[Initscripts-ng-commits] r195 - in /trunk/src/insserv/debian: changelog patches/31_debian_conf.dpatch

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Sep 10 16:16:58 UTC 2006


Author: pere
Date: Sun Sep 10 16:16:58 2006
New Revision: 195

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=195
Log:
Modify patch 31_debian_conf to also list ifupdown as part of the
$network facility, to make $network available in runlevel 0 and 6.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/31_debian_conf.dpatch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=195&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Sep 10 16:16:58 2006
@@ -11,6 +11,8 @@
     'single' script showing up in runlevel S, and also avoid fixing
     the sequence number to the values used by SuSe.
   * Correct override file for hotplug-net, it should depend on $local_fs.
+  * Modify patch 31_debian_conf to also list ifupdown as part of the
+    $network facility, to make $network available in runlevel 0 and 6.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat,  9 Sep 2006 20:32:28 +0200
 

Modified: trunk/src/insserv/debian/patches/31_debian_conf.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/31_debian_conf.dpatch?rev=195&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/31_debian_conf.dpatch (original)
+++ trunk/src/insserv/debian/patches/31_debian_conf.dpatch Sun Sep 10 16:16:58 2006
@@ -20,7 +20,7 @@
  # Low level networking (ethernet card)
  #
 -$network	network +pcmcia +hotplug
-+$network	networking
++$network	+networking +ifupdown
 +# +pcmcia +hotplug
  
  #




More information about the Initscripts-ng-commits mailing list