[Lunar-commits] CVS: lunar-tools/lnet lnet,1.3,1.4

Auke Kok sofar at lunar-linux.org
Sun Nov 21 22:13:45 UTC 2004


Update of /var/cvs/lunar/lunar-tools/lnet
In directory espresso.foo-projects.org:/tmp/cvs-serv24324/lnet

Modified Files:
	lnet 
Log Message:
oops, lnet didnt even read the old gateway (foo!)

Index: lnet
===================================================================
RCS file: /var/cvs/lunar/lunar-tools/lnet/lnet,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lnet	10 Nov 2004 14:03:03 -0000	1.3
+++ lnet	21 Nov 2004 22:13:43 -0000	1.4
@@ -166,6 +166,7 @@
 
 function gateway_config() {
    GATEWAY_PROMPT="Enter Gateway IP Address"
+   GATEWAY=$(cat /etc/config.d/gateway)
    GATEWAY=`inputbox "$GATEWAY_PROMPT" "$GATEWAY"`
    echo "$GATEWAY" > /etc/config.d/gateway
 }



More information about the Lunar-commits mailing list