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

pere at alioth.debian.org pere at alioth.debian.org
Wed Dec 26 18:35:32 UTC 2007


Author: pere
Date: 2007-12-26 18:35:32 +0000 (Wed, 26 Dec 2007)
New Revision: 1119

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
  * Modify rules to install /lib/init/bootclean with the execute flag
    set (Closes: 457847).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-26 17:21:58 UTC (rev 1118)
+++ sysvinit/trunk/debian/changelog	2007-12-26 18:35:32 UTC (rev 1119)
@@ -6,6 +6,8 @@
     detect kerberos v5. (Closes: #416223)
   * Update sysv-rc documentation based on text and suggestions
     from Alessandro Vesely (Closes: #382410).
+  * Modify rules to install /lib/init/bootclean with the execute flag
+    set (Closes: 457847).
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 25 Dec 2007 21:56:44 +0100
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2007-12-26 17:21:58 UTC (rev 1118)
+++ sysvinit/trunk/debian/rules	2007-12-26 18:35:32 UTC (rev 1119)
@@ -188,6 +188,7 @@
 	cp -afv debian/initscripts/lib/* $(tmp)/lib
 	chmod 755 $(tmp)/etc/init.d/[a-z]*
 	chmod 755 $(tmp)/etc/network/if-up.d/[a-z]*
+	chmod 755 $(tmp)/lib/init/bootclean
 	chmod 644 $(tmp)/lib/init/*.sh
 	chmod 644 $(tmp)/etc/init.d/skeleton
 	chmod -R g-w $(tmp)




More information about the Pkg-sysvinit-commits mailing list