[Pkg-sysvinit-commits] r1557 - in sysvinit/trunk/debian: . sysv-rc/etc/init.d sysv-rc/man5

Petter Reinholdtsen pere at alioth.debian.org
Tue Jul 28 14:04:41 UTC 2009


Author: pere
Date: 2009-07-28 14:04:36 +0000 (Tue, 28 Jul 2009)
New Revision: 1557

Removed:
   sysvinit/trunk/debian/sysv-rc/man5/rc.boot.5
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
Drop execution of files in /etc/rc.boot from sysv-rc.  This feature
have been obsolete since before 1999.  Remove the rc.boot(5) manual
page from the source as well.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-27 19:22:21 UTC (rev 1556)
+++ sysvinit/trunk/debian/changelog	2009-07-28 14:04:36 UTC (rev 1557)
@@ -1,3 +1,11 @@
+sysvinit (2.87dsf-3) UNRELEASED; urgency=low
+
+  * Drop execution of files in /etc/rc.boot from sysv-rc.  This feature
+    have been obsolete since before 1999.  Remove the rc.boot(5) manual
+    page from the source as well.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Tue, 28 Jul 2009 16:03:06 +0200
+
 sysvinit (2.87dsf-2) unstable; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2009-07-27 19:22:21 UTC (rev 1556)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2009-07-28 14:04:36 UTC (rev 1557)
@@ -339,14 +339,6 @@
 	fi
 fi
 
-if [ S = "$runlevel" ]
-then
-	#
-	# For compatibility, run the files in /etc/rc.boot too.
-	#
-	[ -d /etc/rc.boot ] && run-parts /etc/rc.boot
-fi
-
 trap - EXIT # Disable emergency handler
 
 exit 0

Deleted: sysvinit/trunk/debian/sysv-rc/man5/rc.boot.5
===================================================================
--- sysvinit/trunk/debian/sysv-rc/man5/rc.boot.5	2009-07-27 19:22:21 UTC (rev 1556)
+++ sysvinit/trunk/debian/sysv-rc/man5/rc.boot.5	2009-07-28 14:04:36 UTC (rev 1557)
@@ -1,14 +0,0 @@
-.TH RC.BOOT 5 "December 26, 1997" "" "Debian GNU/Linux Manual"
-.SH NAME
-/etc/rc.boot \- directory for local or per-package boot scripts.
-.SH DESCRIPTION
-The /etc/rc.boot directory is obsolete. It has been superseded by the
-/etc/rcS.d directory. At boot time, first the /etc/rcS.d directory is scanned
-and then, for backwards compatibility, the /etc/rc.boot directory.
-.PP
-The directory \fI/etc/rc.boot\fP is scanned by the program
-\fBrun-parts\fP(8). The scripts found that have valid filenames for
-the \fBrun-parts\fP program will be run in lexical sort order of the
-filenames.
-.SH "SEE ALSO"
-run-parts(8), init(1).




More information about the Pkg-sysvinit-commits mailing list