[Pkg-sysvinit-commits] r1932 - in sysvinit/trunk/debian: . src/sysv-rc/sbin
Petter Reinholdtsen
pere at alioth.debian.org
Wed Jun 30 11:54:35 UTC 2010
Author: pere
Date: 2010-06-30 11:54:32 +0000 (Wed, 30 Jun 2010)
New Revision: 1932
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/src/sysv-rc/sbin/invoke-rc.d
Log:
Change warning message from invoke-rc.d when called during shutdown
to also include the requested action name.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2010-06-17 07:28:16 UTC (rev 1931)
+++ sysvinit/trunk/debian/changelog 2010-06-30 11:54:32 UTC (rev 1932)
@@ -2,6 +2,8 @@
* Change init.d/urandom depend from $remote_fs to $local_fs. As far
as I can see, it do not use anything in /usr/.
+ * Change warning message from invoke-rc.d when called during shutdown
+ to also include the requested action name.
-- Petter Reinholdtsen <pere at debian.org> Thu, 17 Jun 2010 09:26:06 +0200
Modified: sysvinit/trunk/debian/src/sysv-rc/sbin/invoke-rc.d
===================================================================
--- sysvinit/trunk/debian/src/sysv-rc/sbin/invoke-rc.d 2010-06-17 07:28:16 UTC (rev 1931)
+++ sysvinit/trunk/debian/src/sysv-rc/sbin/invoke-rc.d 2010-06-30 11:54:32 UTC (rev 1932)
@@ -299,11 +299,11 @@
RETRY=yes
POLICYHELPER=
BEQUIET=
- printerror ----------------------------------------------------
- printerror WARNING: invoke-rc.d called for ${INITSCRIPTID} during
- printerror shutdown sequence.
+ printerror -----------------------------------------------------
+ printerror WARNING: invoke-rc.d ${INITSCRIPTID} ${ACTION} called
+ printerror during shutdown sequence.
printerror enabling safe mode: initscript policy layer disabled
- printerror ----------------------------------------------------
+ printerror -----------------------------------------------------
fi
## Verifies the existance of proper S??initscriptID and K??initscriptID
More information about the Pkg-sysvinit-commits
mailing list