[Pkg-sysvinit-commits] r952 - sysvinit/trunk/debian

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 22 16:06:42 UTC 2006


Author: pere
Date: 2006-09-22 16:06:22 +0000 (Fri, 22 Sep 2006)
New Revision: 952

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
  * Make sure update-rd.d-recover is not compressed to make it easier to run.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-22 15:47:25 UTC (rev 951)
+++ sysvinit/trunk/debian/changelog	2006-09-22 16:06:22 UTC (rev 952)
@@ -16,6 +16,7 @@
     wake-on-lan. (Closes: #388244)
   * Add a stop dependency for umountroot on kexec, to document the
     correct location for a kexec script.  Related to bug #387599.
+  * Make sure update-rd.d-recover is not compressed to make it easier to run.
 
  -- Petter Reinholdtsen <pere at localhost>  Tue, 19 Sep 2006 16:24:48 +0200
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2006-09-22 15:47:25 UTC (rev 951)
+++ sysvinit/trunk/debian/rules	2006-09-22 16:06:22 UTC (rev 952)
@@ -247,6 +247,7 @@
 		> $(tmp)$(doc)/sysv-rc/changelog.Debian
 	chmod 644 $(tmp)$(doc)/sysv-rc/changelog.Debian
 	gzip -9f $(tmp)$(doc)/sysv-rc/*
+	gunzip $(tmp)$(doc)/sysv-rc/update-rc.d-recover.gz
 	install -d -o root -g root -m 755 $(tmp)/etc/rc{2,3,4,5}.d
 	cp -af debian/sysv-rc/etc/* $(tmp)/etc
 	for N in 2 3 4 5 ; do \




More information about the Pkg-sysvinit-commits mailing list