[Pkg-sysvinit-commits] r1334 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at alioth.debian.org
Tue Jun 23 10:53:51 UTC 2009
Author: pere
Date: 2009-06-23 10:53:50 +0000 (Tue, 23 Jun 2009)
New Revision: 1334
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/rules
Log:
Move the startpar binary to a more proper location, from sysvinit
to sysvinit-utils.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-06-23 10:41:34 UTC (rev 1333)
+++ sysvinit/trunk/debian/changelog 2009-06-23 10:53:50 UTC (rev 1334)
@@ -1,5 +1,6 @@
sysvinit (2.86.ds1-62) experimental; urgency=low
+ [ Kel Modderman ]
* In the LSB init information of the urandom script, the Description
keyword is missing a semi-colon. (Closes: #501724)
* Force C locale for df command used in mountoverflowtmp initscript.
@@ -64,6 +65,10 @@
- "Don't use bash" section removed since umountfs seems to have been
converted to policy compliant sh code already
+ [ Petter Reinholdtsen ]
+ * Move the startpar binary to a more proper location, from sysvinit
+ to sysvinit-utils.
+
-- Kel Modderman <kel at otaku42.de> Tue, 23 Jun 2009 20:40:49 +1000
sysvinit (2.86.ds1-61) unstable; urgency=low
Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules 2009-06-23 10:41:34 UTC (rev 1333)
+++ sysvinit/trunk/debian/rules 2009-06-23 10:53:50 UTC (rev 1334)
@@ -96,8 +96,6 @@
install -d -o root -g root -m 755 $(tmp)/usr/share/man
install -d -o root -g root -m 755 $(tmp)/usr/share/man/man{1,5,8}
$(MAKE) -C src $(CROSS) ROOT=$(tmp) DISTRO=Debian install
- $(MAKE) $(CROSS) -C debian/startpar DESTDIR=$(tmp) install
- strip -s -R comment -R .comment $(tmp)/sbin/startpar
ifeq ($(DEB_HOST_ARCH), hurd-i386)
# The Hurd has its own halt and reboot commands.
rm -f $(tmp)/usr/share/man/man8/halt.8
@@ -152,6 +150,8 @@
install -o root -g root -m 755 src/sulogin $(tmp)/sbin
install -o root -g root -m 755 src/last $(tmp)/usr/bin
install -o root -g root -m 755 src/mesg $(tmp)/usr/bin
+ $(MAKE) $(CROSS) -C debian/startpar DESTDIR=$(tmp) install
+ strip -s -R comment -R .comment $(tmp)/sbin/startpar
strip -s -R .comment $(tmp)/sbin/killall5
strip -s -R .comment $(tmp)/sbin/sulogin
strip -s -R .comment $(tmp)/usr/bin/last
More information about the Pkg-sysvinit-commits
mailing list