[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.1-37-g2e3bf9a
Damyan Ivanov
dmn at debian.org
Mon Oct 12 14:34:09 UTC 2009
The following commit has been merged in the master branch:
commit 2e3bf9ad6769e21e6275e92b3e050417c568963b
Author: Damyan Ivanov <dmn at debian.org>
Date: Mon Oct 12 17:33:59 2009 +0300
actually, install initscript only in runevel S
thanks to Darren Salt
diff --git a/debian/changelog b/debian/changelog
index c340f7c..e5afd01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ eeepc-acpi-scripts (1.1.3) UNRELEASED; urgency=low
* Bring the copyright file up to date.
[ Damyan Ivanov ]
- * rules: call dh_installinit with -u'start 20 2 3 4 5 .' to prevent
+ * rules: call dh_installinit with -u'start 20 S .' to prevent
installing stop init.d symlinks as eeepc-acpi-scripts init.d script
doesn't need to be run during system shutdown
* postinst: remove and re-install rc.d configuration
diff --git a/debian/rules b/debian/rules
index c1e19f5..77378ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ binary-indep: build install
dh_testroot
dh_installchangelogs
dh_installdocs
- dh_installinit --no-start -u'start 20 2 3 4 5 .'
+ dh_installinit --no-start -u'start 20 S .'
dh_compress
dh_link
dh_fixperms
--
Maintenance of eeepc-acpi-scripts debian package
More information about the Debian-eeepc-commits
mailing list