summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-04 21:20:31 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-04 21:20:31 +0000
commitdb971c47a1c95b7d14394e15a465cdacecb9161b (patch)
treefc4c92c613f3b46b0a3b72a4f6c9d76ac1a765ae /debian/rules
parenta55ad1456100e75c2ca71903019a46fc05b41c1d (diff)
downloadbcfg2-db971c47a1c95b7d14394e15a465cdacecb9161b.tar.gz
bcfg2-db971c47a1c95b7d14394e15a465cdacecb9161b.tar.bz2
bcfg2-db971c47a1c95b7d14394e15a465cdacecb9161b.zip
bcfg2-server: Missed a spot for #817 [bugfix]
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5654 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 3c5be6f52..928b3d2d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_install:
test -d debian/tmp/usr/local && rmdir debian/tmp/usr/local || exit 0
override_dh_installinit:
- # Install bcfg2 initscript without staring it on postinst
+ # Install bcfg2 initscript without starting it on postinst
dh_installinit --package=bcfg2 --no-start
- # Install bcfg2-server initscript without staring it on postinst
+ # Install bcfg2-server initscript without starting it on postinst
dh_installinit --package=bcfg2-server --no-start