Revision: 5183
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5183&view=rev
Author:   owes
Date:     2010-11-28 16:07:15 +0000 (Sun, 28 Nov 2010)

Log Message:
-----------
Need to give dnsmasq a domain name for 'local' resolving to work

Modified Paths:
--------------
    ipcop/trunk/src/rc.d/rc.dnsmasq
    ipcop/trunk/updates/1.9.19/ROOTFILES.i486-1.9.19

Modified: ipcop/trunk/src/rc.d/rc.dnsmasq
===================================================================
--- ipcop/trunk/src/rc.d/rc.dnsmasq     2010-11-28 15:56:41 UTC (rev 5182)
+++ ipcop/trunk/src/rc.d/rc.dnsmasq     2010-11-28 16:07:15 UTC (rev 5183)
@@ -11,7 +11,7 @@
 eval $(/usr/local/bin/readhash /var/ipcop/ppp/settings)
 eval $(/usr/local/bin/readhash /var/ipcop/ethernet/settings)
 eval $(/usr/local/bin/readhash /var/ipcop/main/settings)
-[ "$DOMAINNAME" ] && LOCALDOMAIN="--local=/$DOMAINNAME/"
+[ "$DOMAINNAME" ] && LOCALDOMAIN="-s $DOMAINNAME --local=/$DOMAINNAME/"
 
 # See how we were called.
 case "$1" in

Modified: ipcop/trunk/updates/1.9.19/ROOTFILES.i486-1.9.19
===================================================================
--- ipcop/trunk/updates/1.9.19/ROOTFILES.i486-1.9.19    2010-11-28 15:56:41 UTC 
(rev 5182)
+++ ipcop/trunk/updates/1.9.19/ROOTFILES.i486-1.9.19    2010-11-28 16:07:15 UTC 
(rev 5183)
@@ -1,4 +1,5 @@
 ## please place IPCop files first, then packages sorted by alphabetical order
+/etc/rc.d/rc.dnsmasq
 /etc/rc.d/rc.firewall
 ##
 ## linux-2.6.32-3


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to