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/openvpn.in | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d.misc/openvpn.in')
-rw-r--r-- | init.d.misc/openvpn.in | 4 |
1 files changed, 2 insertions, 2 deletions
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" |