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 /net/br2684ctl.sh | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net/br2684ctl.sh')
-rw-r--r-- | net/br2684ctl.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/br2684ctl.sh b/net/br2684ctl.sh index 3eea0d9b..77dafc93 100644 --- a/net/br2684ctl.sh +++ b/net/br2684ctl.sh @@ -17,7 +17,7 @@ br2684ctl_depend() } _config_vars="$_config_vars bridge bridge_add brctl" - + br2684ctl_pre_start() { local opts= @@ -40,7 +40,7 @@ br2684ctl_pre_start() return 1 ;; esac - + einfo "Starting RFC 2684 Bridge control on ${IFACE}" start-stop-daemon --start --exec $(_br2684ctl) --background \ --make-pidfile --pidfile "/var/run/br2684ctl-${IFACE}.pid" \ @@ -52,7 +52,7 @@ br2684ctl_post_stop() { local pidfile="/var/run/br2684ctl-${IFACE}.pid" [ -e "${pidfile}" ] || return 0 - + einfo "Stopping RFC 2684 Bridge control on ${IFACE}" start-stop-daemon --stop --quiet --pidfile "${pidfile}" eend $? |