Tags 510987 + patch
thanks
Hi,
On Tue, Jan 06, 2009 at 05:10:35PM +0100, Patrick Schoenfeld wrote:
> the package by manipulating the order manually. It however needs further
> investigation for the package generation process (I'm not sure if this
> can be handled with dh_installinit or if postinst code needs to be
> written manually).
well, its easy as well. Attached patch (against the source package) fixes the
issue.
Best Regards,
Patrick
diff -u quota-3.16/debian/rules quota-3.16/debian/rules
--- quota-3.16/debian/rules
+++ quota-3.16/debian/rules
@@ -71,13 +71,13 @@
dh_installdocs doc/*.* warnquota.conf README.*
dh_installexamples
dh_installmenu
+ dh_installinit --update-rcd-params="start 35 S . stop 85 0 6 ." --no-start
dh_installinit --init-script=quotarpc --update-rcd-params="defaults 21 79"
#
# dh_installinit cannot be configured to not install the defaults
# file for quotarpc, so we have to manually delete it
#
-rm -rf `pwd`/debian/quota/etc/default/quotarpc
- dh_installinit --update-rcd-params="start 35 S . stop 85 0 6 ." --no-start
dh_installcron
dh_installman
# remove man pages already in libc
diff -u quota-3.16/debian/changelog quota-3.16/debian/changelog
--- quota-3.16/debian/changelog
+++ quota-3.16/debian/changelog
@@ -1,3 +1,11 @@
+quota (3.16-7.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Change order in which init scripts are installed to fix problems if
+ insserv is active on the target system
+
+ -- Patrick Schoenfeld <[email protected]> Tue, 06 Jan 2009 17:21:12 +0100
+
quota (3.16-7) unstable; urgency=low
* Change order of tests in quotarpc init script to make it less noisy.