diff options
author | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
commit | ac9279cc0d5a00bc17908b2914941186020cd3ce (patch) | |
tree | 850a4fe19917113e75bfd2e79d00b58208468503 /init.d/local | |
parent | 444f23e2d158389b22d40537fc9b027d9f575229 (diff) |
Massive whitespace cleanup
Diffstat (limited to 'init.d/local')
-rwxr-xr-x | init.d/local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/local b/init.d/local index 55fecd55..461b4aff 100755 --- a/init.d/local +++ b/init.d/local @@ -36,7 +36,7 @@ start() { # Add any misc programs that should be started # to /etc/conf.d/local.start - if [ -e /etc/conf.d/local.start ] ; then + if [ -e /etc/conf.d/local.start ]; then . /etc/conf.d/local.start fi @@ -48,7 +48,7 @@ stop() { # Add any misc programs that should be stopped # to /etc/conf.d/local.stop - if [ -e /etc/conf.d/local.stop ] ; then + if [ -e /etc/conf.d/local.stop ]; then . /etc/conf.d/local.stop fi |