Lines Matching refs:dnsmasq
1 --- dnsmasq-2.22/rpm/dnsmasq.rh 2005-03-24 09:51:18.000000000 -0500
2 +++ dnsmasq-2.22/rpm/dnsmasq.rh.new 2005-08-25 10:52:04.310568784 -0400
10 # processname: dnsmasq
11 # pidfile: /var/run/dnsmasq.pid
19 + cp /etc/resolv.conf /etc/resolv.conf.dnsmasq
20 + cp /etc/dhclient-enter-hooks /etc/dhclient-enter-hooks.dnsmasq
21 + sed -e 's/resolv\.conf$/resolv.conf.dnsmasq/' /etc/dhclient-enter-hooks.dnsmasq > /etc/dhc…
22 …b]\+\)[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$/\1127.0.0.1/' /etc/resolv.conf.dnsmasq > /etc/resolv.conf
27 + if [ -f /etc/dhclient-enter-hooks -a -f /etc/dhclient-enter-hooks.dnsmasq ]; then
28 + if [ -f /etc/resolv.conf.dnsmasq ]; then
29 + mv /etc/resolv.conf.dnsmasq /etc/resolv.conf
31 + mv /etc/dhclient-enter-hooks.dnsmasq /etc/dhclient-enter-hooks
43 +RESOLV_CONF="/etc/resolv.conf.dnsmasq"
44 # change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
49 echo -n "Starting dnsmasq: "
51 daemon $dnsmasq $OPTIONS
56 if test "x`pidof dnsmasq`" != x; then
57 echo -n "Shutting down dnsmasq: "
59 killproc dnsmasq