From e1b09daaac1dd337fe9a2ae58f42d3a593284855 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 23 Mar 2008 12:24:15 +0000 Subject: fix broken whitespace -- no functional changes --- init.d.FreeBSD/clock.in | 2 +- init.d.FreeBSD/devd.in | 4 ++-- init.d.FreeBSD/ipfw.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'init.d.FreeBSD') diff --git a/init.d.FreeBSD/clock.in b/init.d.FreeBSD/clock.in index 4e98e3ae..1c3472a0 100644 --- a/init.d.FreeBSD/clock.in +++ b/init.d.FreeBSD/clock.in @@ -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 diff --git a/init.d.FreeBSD/devd.in b/init.d.FreeBSD/devd.in index 40ec01b7..039aa961 100644 --- a/init.d.FreeBSD/devd.in +++ b/init.d.FreeBSD/devd.in @@ -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 } diff --git a/init.d.FreeBSD/ipfw.in b/init.d.FreeBSD/ipfw.in index 33bafab7..f8d9c3e1 100644 --- a/init.d.FreeBSD/ipfw.in +++ b/init.d.FreeBSD/ipfw.in @@ -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 -- cgit v1.2.3