Small change request, /etc/rc.d/network

John S. Skogtvedt jss2k2 at chello.no
Mon Oct 2 00:43:47 CEST 2006


--- network.old	2006-10-01 15:34:36.000000000 +0200
+++ network	2006-10-01 23:58:50.000000000 +0200
@@ -2,6 +2,7 @@

  [ -e /etc/rc.defaults ] && . /etc/rc.defaults
  [ -e /etc/rc.conf ] && . /etc/rc.conf
+[ -n "$NETWORK_CONFIG" ] && . "$NETWORK_CONFIG"

  case "$1" in
  	start)


This is to allow using custom profiles.
I'm writing a dialog-based script that allows creating and managing 
profiles, creating profiles based on a scan, loading profiles matching 
nets found by a scan, etc.

See 
http://www.dslinux.org/index.php?showtopic=1460&st=20&p=19997&#entry19997



More information about the dslinux-devel mailing list