src: whitespace sweep

This commit is contained in:
Franco Fichtner 2015-03-31 12:56:07 +02:00
parent 85667d1cfb
commit 9e84a30795
3 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# shutdown rc scripts
# shutdown rc scripts
/usr/local/etc/rc.opnsense stop
/usr/local/etc/rc.backup_rrd

View File

@ -19,10 +19,8 @@ do
# check if service is enabled
eval "is_enabled=\$"$rcvar""
# start/stop service
# start/stop service
if [ "$is_enabled" == "YES" ]; then
$rc_filename $1
$rc_filename $1
fi
done

View File

@ -1,6 +1,6 @@
#!/bin/sh
# shutdown rc scripts
# shutdown rc scripts
/usr/local/etc/rc.opnsense stop
/usr/local/etc/rc.backup_rrd
@ -12,8 +12,8 @@ php -a >/dev/null << EOF
if (flock(\$fp, LOCK_EX)) {
flock(\$fp, LOCK_UN);
fclose(\$fp);
}
}
EOF
/sbin/shutdown -or now