summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-07-27 21:50:30 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-07-27 21:50:30 +0000
commit9b788fc81cb5b7337fbcb1080872f62ee56bc8cb (patch)
treeeb28eb52795ccc74c66150130fcd563be5e30ad8 /debian
parentce20cdef23e5d2dfae99a3352bff4aa1bf39919a (diff)
downloadbcfg2-9b788fc81cb5b7337fbcb1080872f62ee56bc8cb.tar.gz
bcfg2-9b788fc81cb5b7337fbcb1080872f62ee56bc8cb.tar.bz2
bcfg2-9b788fc81cb5b7337fbcb1080872f62ee56bc8cb.zip
Fix bcfg2.init spacing
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3578 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian')
-rw-r--r--debian/buildsys/common/bcfg2.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/buildsys/common/bcfg2.init b/debian/buildsys/common/bcfg2.init
index a1a857194..a82a5f06e 100644
--- a/debian/buildsys/common/bcfg2.init
+++ b/debian/buildsys/common/bcfg2.init
@@ -34,7 +34,7 @@ BCFG2_AGENT=0
# Include default startup configuration if exists
test -f "/etc/default/bcfg2" && . /etc/default/bcfg2
-[ "$BCFG2_ENABLED" -eq "0"] && exit 0
+[ "$BCFG2_ENABLED" -eq "0" ] && exit 0
[ "$BCFG2_AGENT" -eq "0" -a "$BCFG2_INIT" -eq 0 ] && exit 0
# Exit if bcfg2 doesn't exist and is not executable