HomeSort by relevance Sort by last modified time
    Searched refs:resolvconf (Results 1 - 3 of 3) sorted by null

  /external/avahi/avahi-dnsconfd/
avahi-dnsconfd.action 56 elif [ -x /sbin/resolvconf ] ; then
58 # We have Debian's resolvconf tool
61 /sbin/resolvconf -d "$AVAHI_INTERFACE.avahi"
65 done | /sbin/resolvconf -a "$AVAHI_INTERFACE.avahi"
69 # No resolvconf tool available
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
20-resolv.conf 2 # Support resolvconf(8) if available
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
4 # but resolvconf is preferred as other applications like VPN clients
6 # Also, resolvconf can configure local nameservers such as bind
126 if type resolvconf >/dev/null 2>&1; then
128 printf %s "$conf" | resolvconf -a "$ifname"
142 if type resolvconf >/dev/null 2>&1; then
143 resolvconf -d "$ifname" -f
  /external/tlsdate/
apparmor-profile 31 /run/resolvconf/resolv.conf r,
92 /run/resolvconf/resolv.conf r,

Completed in 2306 milliseconds