[Initscripts-ng-commits] r352 - in /trunk/src/insserv/debian: changelog check-initd-order

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Dec 30 14:30:49 UTC 2007


Author: pere
Date: Sun Dec 30 14:30:49 2007
New Revision: 352

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=352
Log:
Update virtual dependencies used when generating the graphs.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/check-initd-order

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=352&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Dec 30 14:30:49 2007
@@ -9,8 +9,9 @@
     easier to understand.
   * Minor cleanup in irqbalance and atd override file, only depend
     on $remote_fs, no need to also depend on $local_fs.
-  * Update check-initd-order to use the same default dependencies as
-    insserv ($remote_fs $syslog) when generating dotty graphs.
+  * Update check-initd-order to use the same default dependencies
+    ($remote_fs $syslog) and the same virtual dependencies as insserv
+    when generating dotty graphs.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 30 Dec 2007 12:39:33 +0100
 

Modified: trunk/src/insserv/debian/check-initd-order
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/check-initd-order?rev=352&op=diff
==============================================================================
--- trunk/src/insserv/debian/check-initd-order (original)
+++ trunk/src/insserv/debian/check-initd-order Sun Dec 30 14:30:49 2007
@@ -41,14 +41,18 @@
      'networking'   => '$network',
      'syslog'       => '$syslog',
      'sysklogd'     => '$syslog',
-     'klogd'        => '$syslog',
      'mountall'     => '$local_fs',
      'umountfs'     => '$local_fs',
-     'sendsigs'     => '$local_fs',
      'mountnfs'     => '$remote_fs',
+     'mountnfs-bootclean' => '$remote_fs',
      'umountnfs'    => '$remote_fs',
+     'sendsigs'     => '$remote_fs',
      'hwclock'      => '$time',
      'ntpdate'      => '$time',
+     'ntp-server'   => '$time',
+     'named'        => '$named',
+     'dnsmasq'      => '$named',
+     'lwresd'       => '$named',
      'bind9'        => '$named',
      'portmap'      => '$portmap',
      );




More information about the Initscripts-ng-commits mailing list