[Pkg-mailman-hackers] Pkg-mailman commit - rev 655 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Mon May 24 13:54:11 UTC 2010


Author: thijs
Date: 2010-05-24 13:54:07 +0000 (Mon, 24 May 2010)
New Revision: 655

Modified:
   trunk/debian/rules
Log:
remove runlevel 1 as this is also not mentioned in LSB init script header


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-17 20:59:47 UTC (rev 654)
+++ trunk/debian/rules	2010-05-24 13:54:07 UTC (rev 655)
@@ -120,7 +120,7 @@
 		do dh_link usr/lib/$(package)/bin/$$bin usr/sbin/$$bin; done
 	mv debian/mailman/usr/sbin/arch debian/mailman/usr/sbin/mmarch
 	dh_installman
-	dh_installinit -- start 20 2 3 4 5 . stop 20 1 .
+	dh_installinit -- start 20 2 3 4 5 . stop 20 .
 	dh_installdebconf
 	dh_installexamples templates/* debian/mm_cfg.py \
 		debian/mailman/usr/lib/$(package)/Mailman/Defaults.py




More information about the Pkg-mailman-hackers mailing list