[Initscripts-ng-commits] r879 - /trunk/src/insserv/debian/update-rc.d-insserv
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Mon Mar 16 21:53:14 UTC 2009
Author: kelmo-guest
Date: Mon Mar 16 21:53:14 2009
New Revision: 879
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=879
Log:
Add runlevel 1 to the enable|disable do-not-touch list
Modified:
trunk/src/insserv/debian/update-rc.d-insserv
Modified: trunk/src/insserv/debian/update-rc.d-insserv
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/update-rc.d-insserv?rev=879&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-rc.d-insserv (original)
+++ trunk/src/insserv/debian/update-rc.d-insserv Mon Mar 16 21:53:14 2009
@@ -110,7 +110,7 @@
# in runlevels 0 or 6, these adjustments are best done manually
# (with rm) or provided by the maintainer of script per default.
for my $lvl (@runlevels) {
- if ($lvl !~ /^[S12345]$/) {
+ if ($lvl !~ /^[S2345]$/) {
error("$act action will have no effect on runlevel $lvl");
}
push(@symlinks, $_) for glob("/etc/rc$lvl.d/[SK][0-9][0-9]$name");
More information about the Initscripts-ng-commits
mailing list