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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Dec 30 16:05:18 UTC 2007


Author: pere
Date: Sun Dec 30 16:05:18 2007
New Revision: 353

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=353
Log:
  * Update check-initd-order to draw left-to-right dotty graphs.
    Based on tip from Frans Pop and Trent Buck.

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=353&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Dec 30 16:05:18 2007
@@ -12,6 +12,8 @@
   * Update check-initd-order to use the same default dependencies
     ($remote_fs $syslog) and the same virtual dependencies as insserv
     when generating dotty graphs.
+  * Update check-initd-order to draw left-to-right dotty graphs.
+    Based on tip from Frans Pop and Trent Buck.
 
  -- 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=353&op=diff
==============================================================================
--- trunk/src/insserv/debian/check-initd-order (original)
+++ trunk/src/insserv/debian/check-initd-order Sun Dec 30 16:05:18 2007
@@ -133,6 +133,7 @@
     print "# Generating graph\n";
     print <<EOF;
 digraph packages {
+rankdir=LR;
 concentrate=true;
 EOF
     my @dirs = $opts{'k'} ? $rcmap{6} : ($rcmap{S}, $rcmap{2});




More information about the Initscripts-ng-commits mailing list