<div dir="ltr">Thanks all, <br><br> Turns out the script was giving both -s and --domain. When he took out -s, it failed with a different error, but with just -s and no --domain it was happy. Thanks for the help!<br><br> - Aaron<br>
<br>+ DHCP_LEASE=/var/lib/dhcp/<div id=":xx" class="ArwC7c ckChnd">dhcpd.leases<br>
++ dnsdomainname<br>
+ DOMAIN_SUFFIX=middleearth<br>
+ OPTIONS='--domain=middleearth --expand-hosts'<br>
+ '[' '!' -z '' ']'<br>
+ '[' '!' -z '' ']'<br>
+ '[' '!' -z /var/lib/dhcp/dhcpd.leases ']'<br>
+ OPTIONS='--domain=middleearth --expand-hosts -l /var/lib/dhcp/dhcpd.leases'<br>
+ '[' '!' -z middleearth ']'<br>
+ OPTIONS='--domain=middleearth --expand-hosts -l /var/lib/dhcp/dhcpd.leases -s middleearth'<br>
+ RETVAL=0<br>
+ case "$1" in<br>
+ echo -n 'Starting dnsmasq: '<br>
Starting dnsmasq: + daemon /usr/local/sbin/dnsmasq --domain=middleearth
--expand-hosts -l /var/lib/dhcp/dhcpd.leases -s middleearth</div><br>
</div>