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

Petter Reinholdtsen pere at alioth.debian.org
Sat Jun 27 18:25:09 UTC 2009


Author: pere
Date: 2009-06-27 18:25:07 +0000 (Sat, 27 Jun 2009)
New Revision: 1353

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Make sure kfreebsd also get /sys in the initscripts
package (Closes: #525787).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-06-27 07:21:33 UTC (rev 1352)
+++ sysvinit/trunk/debian/changelog	2009-06-27 18:25:07 UTC (rev 1353)
@@ -11,6 +11,8 @@
   * Make temp cleaning more verbose (Closes: #534609).
   * Use X-Interactive flag in LSB headers of those scripts that should
     run on their own, based on the current content of insserv.conf.
+  * Make sure kfreebsd also get /sys in the initscripts
+    package (Closes: #525787).
 
  -- Kel Modderman <kel at otaku42.de>  Thu, 25 Jun 2009 08:27:16 +1000
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-06-27 07:21:33 UTC (rev 1352)
+++ sysvinit/trunk/debian/rules	2009-06-27 18:25:07 UTC (rev 1353)
@@ -183,7 +183,7 @@
 	-rm -rf $(tmp)
 	install -d -o root -g root -m 755 $(tmp)
 	install -d -o root -g root -m 755 $(tmp)/{DEBIAN,sbin,lib,etc}
-ifeq ($(DEB_HOST_ARCH_OS),linux)
+ifneq (,$(findstring $(DEB_HOST_ARCH_OS),linux kfreebsd))
 	install -d -o root -g root -m 755 $(tmp)/sys
 endif
 	install -d -o root -g root -m 755 $(tmp)/lib/init




More information about the Pkg-sysvinit-commits mailing list