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

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 8 14:16:52 UTC 2006


Author: pere
Date: 2006-09-08 14:16:51 +0000 (Fri, 08 Sep 2006)
New Revision: 878

Modified:
   sysvinit/trunk/debian/NEWS
Log:
An idea for how to fix the breakage.

Modified: sysvinit/trunk/debian/NEWS
===================================================================
--- sysvinit/trunk/debian/NEWS	2006-09-08 13:59:33 UTC (rev 877)
+++ sysvinit/trunk/debian/NEWS	2006-09-08 14:16:51 UTC (rev 878)
@@ -11,8 +11,12 @@
   executed again.
 
   Those with packages being broken from this bug can fix it by using
-  'apt-get --reinstall' on the affected packages.
+  'apt-get --reinstall install package' on the affected packages.  A
+  quick way out is to reinstall all the packages with scripts in
+  /etc/init.d/.
 
+    apt-get --reinstall install `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`
+
  -- Petter Reinholdtsen <pere at debian.org>  Thu,  8 Sep 2006 15:40:50 +0200
 
 sysvinit (2.86.ds1-10) unstable; urgency=low




More information about the Pkg-sysvinit-commits mailing list