Revision: 5583 http://ipcop.svn.sourceforge.net/ipcop/?rev=5583&view=rev Author: gespinasse Date: 2011-04-01 06:49:06 +0000 (Fri, 01 Apr 2011)
Log Message: ----------- Replace spaces by tab in 2 lines Modified Paths: -------------- ipcop/trunk/config/busybox/default.script Modified: ipcop/trunk/config/busybox/default.script =================================================================== --- ipcop/trunk/config/busybox/default.script 2011-03-31 20:59:15 UTC (rev 5582) +++ ipcop/trunk/config/busybox/default.script 2011-04-01 06:49:06 UTC (rev 5583) @@ -41,8 +41,8 @@ echo nameserver $i >> $RESOLV_CONF done - DHCP_PARAMS="/etc/dhcp-$interface.params" - echo -n > $DHCP_PARAMS + DHCP_PARAMS="/etc/dhcp-$interface.params" + echo -n > $DHCP_PARAMS [ -n "$serverid" ] && echo "SERVERID=$serverid" >> $DHCP_PARAMS [ -n "$ip" ] && echo "IP=$ip" >> $DHCP_PARAMS [ -n "$subnet" ] && echo "NETMASK=$subnet" >> $DHCP_PARAMS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn