diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:12 -0500 |
commit | faa2df11597cf496205d3d629e3b3147b569afc8 (patch) | |
tree | 6e1db42c42365087686f48dbe9c39515de03f4ab /init.d.misc | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d.misc')
-rw-r--r-- | init.d.misc/dnsmasq.in | 2 | ||||
-rw-r--r-- | init.d.misc/openvpn.in | 4 | ||||
-rw-r--r-- | init.d.misc/sshd.in | 2 | ||||
-rw-r--r-- | init.d.misc/wpa_supplicant.in | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in index de4bade6..958a87e1 100644 --- a/init.d.misc/dnsmasq.in +++ b/init.d.misc/dnsmasq.in @@ -10,7 +10,7 @@ required_files=/etc/dnsmasq.conf extra_started_commands="reload" depend() -{ +{ provide dns need localmount net after bootmisc diff --git a/init.d.misc/openvpn.in b/init.d.misc/openvpn.in index eb1360bf..a53a3edd 100644 --- a/init.d.misc/openvpn.in +++ b/init.d.misc/openvpn.in @@ -24,7 +24,7 @@ if yesno $openvpn_client; then command_args="$command_args --up $openvpn_up" command_args="$command_args --down $openvpn_down" required_files="$required_files $openvpn_up $openvpn_down" - + in_background_fake="start stop" start_inactive=YES fi @@ -59,7 +59,7 @@ start_pre() sysctl -a | grep -q '\.tap\.' || kldload if_tap fi fi - + # If the config file does not specify the cd option, we do if ! grep -q "^[ \t]*cd[ \t].*" "$openvpn_config"; then command_args="$command_args --cd $openvpn_dir" diff --git a/init.d.misc/sshd.in b/init.d.misc/sshd.in index 3d02cab8..403f43b0 100644 --- a/init.d.misc/sshd.in +++ b/init.d.misc/sshd.in @@ -31,5 +31,5 @@ start_pre() eend $? || return 1 fi - $command -t + $command -t } diff --git a/init.d.misc/wpa_supplicant.in b/init.d.misc/wpa_supplicant.in index f1d65c5d..24269056 100644 --- a/init.d.misc/wpa_supplicant.in +++ b/init.d.misc/wpa_supplicant.in @@ -43,7 +43,7 @@ find_wireless() done ;; esac - + return 1 } |