On Wednesday 04 April 2007 20:26:11 Bill Marquette wrote: > On 4/4/07, Fabian Steiner <[EMAIL PROTECTED]> wrote: > > Hello! > > > > On Wednesday 04 April 2007 16:53:25 Bill Marquette wrote: > > > Patches are almost always welcome. I'd suggest in this case that you > > > still allow for the checking of duplicate host names and and just > > > extend the edit screen to allow multiple hostnames in the way you > > > want. Then check for it in the backend and launch dnsmasq in the > > > appropriate way. > > > > Ok, I will see what I can do. However, I would need a CVS working copy > > then. What would be the exact command? I am not that familiar with CVS, > > you know. > > http://wiki.pfsense.com/wikka.php?wakka=pfSenseHome has developer info.
Thanks - this page helped me a lot getting started. My patches against HEAD. I would be looking forward to seeing them committed. Cheers, Fabian
--- services.inc.orig 2007-04-04 21:37:18.000000000 +0200
+++ services.inc 2007-04-04 22:49:36.000000000 +0200
@@ -625,7 +625,7 @@
fclose($fd);
/* start dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq --conf-file=" . $g['varetc_path'] . "/dnsmasq.conf");
+ mwexec("/usr/local/sbin/dnsmasq -y --conf-file=" . $g['varetc_path'] . "/dnsmasq.conf");
if($g['booting'])
echo "done.\n";
patch-services_dnsmasq_edit.php
Description: application/php
