fix broken whitespace -- no functional changes

This commit is contained in:
Mike Frysinger
2008-03-23 12:24:15 +00:00
parent bd34df6361
commit e1b09daaac
8 changed files with 18 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ save()
stop()
{
# Don't tweak the hardware clock on LiveCD halt.
# Don't tweak the hardware clock on LiveCD halt.
if yesno "${clock_systohc:-${CLOCK_SYSTOHC}}"; then
[ -z "${CDBOOT}" ] && save
fi

View File

@@ -14,9 +14,9 @@ depend() {
}
start_pre() {
sysctl hw.bus.devctl_disable=0 >/dev/null
sysctl hw.bus.devctl_disable=0 >/dev/null
}
stop_post() {
sysctl hw.bus.devctl_disable=1 >/dev/null
sysctl hw.bus.devctl_disable=1 >/dev/null
}

View File

@@ -87,7 +87,7 @@ start() {
# Only IPs and nets in firewall_allowservices is allowed in.
for i in ${ipfw_ip_in}; do
for p in ${ipfw_ports_in}; do
ipfw add pass tcp from ${i} to me ${p}
ipfw add pass tcp from ${i} to me ${p}
done
done