[Fai-commit] r4745 - trunk/examples/simple/scripts/FAIBASE

lange at alioth.debian.org lange at alioth.debian.org
Thu Nov 15 13:33:53 UTC 2007


Author: lange
Date: 2007-11-15 13:33:53 +0000 (Thu, 15 Nov 2007)
New Revision: 4745

Modified:
   trunk/examples/simple/scripts/FAIBASE/30-interface
Log:
resolv.conf is now in /, not in /tmp


Modified: trunk/examples/simple/scripts/FAIBASE/30-interface
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/30-interface	2007-11-15 11:36:13 UTC (rev 4744)
+++ trunk/examples/simple/scripts/FAIBASE/30-interface	2007-11-15 13:33:53 UTC (rev 4745)
@@ -22,7 +22,7 @@
 	  gateway $GATEWAYS
 EOF
     [ -n "$NETWORK" ] && echo "localnet $NETWORK" > $target/etc/networks
-    [ -s /tmp/etc/resolv.conf ] && cp -p /tmp/etc/resolv.conf $target/etc
+    [ -s /etc/resolv.conf ] && cp -p /etc/resolv.conf $target/etc
     fcopy -i /etc/resolv.conf
 fi
 




More information about the Fai-commit mailing list