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

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 22 13:36:22 UTC 2006


Author: pere
Date: 2006-09-22 13:36:21 +0000 (Fri, 22 Sep 2006)
New Revision: 949

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
   sysvinit/trunk/debian/rules
Log:
  * Move sulogin to the sysvinit-utils package as well. (Closes: #388417)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-20 11:46:05 UTC (rev 948)
+++ sysvinit/trunk/debian/changelog	2006-09-22 13:36:21 UTC (rev 949)
@@ -11,6 +11,7 @@
   * Create /lib/init/rw/, and mount a tmpfs there to garantee some
     writable area very early in the boot.  Use this in checkroot.sh if
     a device node need to be created.
+  * Move sulogin to the sysvinit-utils package as well. (Closes: #388417)
 
  -- Petter Reinholdtsen <pere at localhost>  Tue, 19 Sep 2006 16:24:48 +0200
 

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2006-09-20 11:46:05 UTC (rev 948)
+++ sysvinit/trunk/debian/control	2006-09-22 13:36:21 UTC (rev 949)
@@ -24,13 +24,13 @@
 Essential: yes
 Architecture: any
 Conflicts: last
-Replaces: last, sysvinit (<< 2.86.ds1-22)
+Replaces: last, sysvinit (<= 2.86.ds1-22)
 Depends: ${shlibs:Depends}
 Description: System-V-like utilities
  This package contains the important System-V-like utilities.
  .
  Specifically, this package includes:
- killall5, last, lastb, mesg, pidof
+ killall5, last, lastb, mesg, pidof, sulogin
 
 Package: sysv-rc
 Architecture: all

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2006-09-20 11:46:05 UTC (rev 948)
+++ sysvinit/trunk/debian/rules	2006-09-22 13:36:21 UTC (rev 949)
@@ -97,12 +97,14 @@
 	rm -f $(tmp)/sbin/reboot
 endif
 	rm -f $(tmp)/usr/share/man/man8/killall5.8
+	rm -f $(tmp)/usr/share/man/man8/sulogin.8
 	rm -f $(tmp)/usr/share/man/man1/last.1
 	rm -f $(tmp)/usr/share/man/man1/lastb.1
 	rm -f $(tmp)/usr/share/man/man1/mesg.1
 	rm -f $(tmp)/usr/share/man/man8/pidof.8
 	rm -f $(tmp)/usr/share/man/man1/mountpoint.1
 	rm -f $(tmp)/sbin/killall5
+	rm -f $(tmp)/sbin/sulogin
 	rm -f $(tmp)/usr/bin/last
 	rm -f $(tmp)/usr/bin/lastb
 	rm -f $(tmp)/usr/bin/mesg
@@ -138,14 +140,17 @@
 	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,8}
 	install -o root -g root -m 755 src/killall5 $(tmp)/sbin
+	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
 	strip -s -R .comment $(tmp)/sbin/killall5
+	strip -s -R .comment $(tmp)/sbin/sulogin
 	strip -s -R .comment $(tmp)/usr/bin/last
 	strip -s -R .comment $(tmp)/usr/bin/mesg
 	ln -sf ../sbin/killall5 $(tmp)/bin/pidof
 	ln -sf last $(tmp)/usr/bin/lastb
 	install -o root -g root -m 644 man/killall5.8 $(tmp)/usr/share/man/man8
+	install -o root -g root -m 644 man/sulogin.8 $(tmp)/usr/share/man/man8
 	install -o root -g root -m 644 man/last.1 $(tmp)/usr/share/man/man1
 	install -o root -g root -m 644 man/lastb.1 $(tmp)/usr/share/man/man1
 	install -o root -g root -m 644 man/mesg.1 $(tmp)/usr/share/man/man1




More information about the Pkg-sysvinit-commits mailing list