Home
last modified time | relevance | path

Searched refs:resolv (Results 1 – 25 of 48) sorted by relevance

12

/external/dnsmasq/contrib/openvpn/
Ddnsmasq.patch19 + cp /etc/resolv.conf /etc/resolv.conf.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
28 + if [ -f /etc/resolv.conf.dnsmasq ]; then
29 + mv /etc/resolv.conf.dnsmasq /etc/resolv.conf
41 # somewhere other that /etc/resolv.conf
43 +RESOLV_CONF="/etc/resolv.conf.dnsmasq"
DREADME11 > resolv.conf data to /etc/resolv.conf.dhclient and configured
13 > /etc/resolv.conf is set to nameserver 127.0.0.1
19 > correctly. With the resolv.conf data written to something other than
20 > /etc/resolv.conf, the ifup scripts don't have a valid dns server to do
34 > dhclient writes resolv.conf data, and fixing up /etc/resolv.conf on
Ddhclient-enter-hooks29 write_resolv_conf /etc/resolv.conf
/external/dhcpcd/dhcpcd-hooks/
D20-resolv.conf53 if [ -f /etc/resolv.conf.head ]; then
54 cat /etc/resolv.conf.head >> "$cf"
59 if [ -f /etc/resolv.conf.tail ]; then
60 cat /etc/resolv.conf.tail >> "$cf"
64 cat "$cf" > /etc/resolv.conf
65 chmod 644 /etc/resolv.conf
DMakefile7 SCRIPTS+= 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dphase1-up.sh29 test -f /etc/resolv.conf.bak || cp /etc/resolv.conf /etc/resolv.conf.bak
30 echo "# Generated by racoon on `date`" > /etc/resolv.conf
31 echo "nameserver ${INTERNAL_DNS4}" >> /etc/resolv.conf
Dphase1-down.sh30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
/external/iproute2/examples/
Ddhcp-client-script309 echo $idstring > /etc/resolv.conf.dhcp
311 echo search $new_domain_name >> /etc/resolv.conf.dhcp
313 echo options ndots:1 >> /etc/resolv.conf.dhcp
317 echo nameserver $nameserver >> /etc/resolv.conf.dhcp
320 echo nameserver 127.0.0.1 >> /etc/resolv.conf.dhcp
323 if [ -f /etc/resolv.conf ]; then
332 mv /etc/resolv.conf.dhcp /etc/resolv.conf
/external/libppp/src/
Dipcp.c179 if (ipcp->ns.resolv != NULL) { in ipcp_LoadDNS()
180 free(ipcp->ns.resolv); in ipcp_LoadDNS()
181 ipcp->ns.resolv = NULL; in ipcp_LoadDNS()
202 else if ((ipcp->ns.resolv = (char *)malloc(st.st_size + 1)) == NULL) { in ipcp_LoadDNS()
207 } else if ((got = read(fd, ipcp->ns.resolv, st.st_size)) != st.st_size) { in ipcp_LoadDNS()
217 free(ipcp->ns.resolv); in ipcp_LoadDNS()
218 ipcp->ns.resolv = NULL; in ipcp_LoadDNS()
223 ipcp->ns.resolv[st.st_size] = '\0'; in ipcp_LoadDNS()
227 cp = ipcp->ns.resolv; in ipcp_LoadDNS()
334 len = strlen(ipcp->ns.resolv); in ipcp_RestoreDNS()
[all …]
Dipcp.h81 char *resolv; /* Contents of resolv.conf */ member
/external/dnsmasq/contrib/Suse/
DREADME.susefirewall21 test -e /etc/resolv.conf || echo "Warning: /etc/resolv.conf not found"
Ddnsmasq-SuSE.patch9 /etc/ppp/resolv.conf which is not normally world readable.
/external/valgrind/main/none/tests/
Dresolv.vgtest1 prog: resolv
DMakefile.am136 resolv.stderr.exp resolv.stdout.exp resolv.vgtest \
193 res_search resolv \ program
DMakefile.in92 res_search$(EXEEXT) resolv$(EXEEXT) rlimit_nofile$(EXEEXT) \
301 resolv_SOURCES = resolv.c
302 resolv_OBJECTS = resolv.$(OBJEXT)
403 rcrl.c readline1.c require-text-symbol.c res_search.c resolv.c \
422 rcrl.c readline1.c require-text-symbol.c res_search.c resolv.c \
842 resolv.stderr.exp resolv.stdout.exp resolv.vgtest \
1122 resolv$(EXEEXT): $(resolv_OBJECTS) $(resolv_DEPENDENCIES)
1123 @rm -f resolv$(EXEEXT)
1254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolv.Po@am__quote@
/external/e2fsprogs/tests/f_dup_de/
Dexpect.119 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
Dexpect-nohtree.122 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
/external/dnsmasq/
Ddnsmasq.conf.example28 # somewhere other that /etc/resolv.conf
29 #resolv-file=
35 # /etc/resolv.conf
38 # If you don't want dnsmasq to read /etc/resolv.conf or any other
41 #no-resolv
43 # If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
DCHANGELOG.archive44 a file other than /etc/resolv.conf (-r option) this allows
46 on (put nameserver 127.0.0.1 in /etc/resolv.conf and
47 give dnsmasq the option -r /etc/resolv.dnsmasq)
49 modification time of resolv.conf changes. Along with
99 two closely-spaced updates of resolv.conf (Thanks to Eli Chen
196 in /etc/resolv.conf and it offers DNS service automatically
264 to /etc/ppp/resolv.conf (suggestion from Jorg Sommer.)
321 release 1.10 Log warnings if resolv.conf or dhcp.leases are not
340 upstream servers in the order they appear in /etc/resolv.conf.
360 "--resolv-file=" turns off reading /etc/resolv.conf.
[all …]
/external/dnsmasq/po/
Des.po281 msgid "Do NOT read resolv.conf."
282 msgstr "NO leer resolv.conf."
286 msgid "Specify path to resolv.conf (defaults to %s)."
287 msgstr "Especificar el path hacia resolv.conf (%s por predeterminado)."
794 msgid "only one resolv.conf file allowed in no-poll mode."
795 msgstr "solo un archivo resolv.conf permitido en modo no-poll."
798 msgid "must have exactly one resolv.conf to read domain from."
799 msgstr "debe haber ex�ctamente un resolv.conf desde donde leer dominio."
996 msgid "warning: ignoring resolv-file flag because no-resolv is set"
997 msgstr "advertencia: ignorando opci�n resolv-file porque no-resolv est� fijado"
Dfr.po279 msgid "Do NOT read resolv.conf."
280 msgstr "Ne pas lire le fichier resolv.conf."
284 msgid "Specify path to resolv.conf (defaults to %s)."
285 msgstr "Sp�cifie le chemin pour le fichier resolv.conf (par d�faut : %s)."
792 msgid "only one resolv.conf file allowed in no-poll mode."
793 msgstr "seul un fichier resolv.conf est autoris� dans le mode no-poll"
796 msgid "must have exactly one resolv.conf to read domain from."
797 msgstr "un fichier resolv.conf (et un seul) est n�cessaire pour y r�cuperer le nom de domaine."
993 msgid "warning: ignoring resolv-file flag because no-resolv is set"
994 msgstr "attention : l'option � resolv-file � sera ignor�e car � no-resolv � a �t� sp�cifi�"
Dpl.po278 msgid "Do NOT read resolv.conf."
279 msgstr "Wy��czenie czytania pliku resolv.conf."
283 msgid "Specify path to resolv.conf (defaults to %s)."
284 msgstr "Wskazanie po�o�enia pliku resolv.conf (domy�lnie: %s)."
774 msgid "only one resolv.conf file allowed in no-poll mode."
775 msgstr "w trybie no-poll mo�na wskaza� najwy�ej jeden plik resolv.conf."
778 msgid "must have exactly one resolv.conf to read domain from."
779 msgstr "musisz mie� dok�adnie jeden plik resolv.conf do odczytu domen."
974 msgid "warning: ignoring resolv-file flag because no-resolv is set"
975 msgstr "uwaga: ignoruj� opcj� resolv-file, poniewa� wybrano tryb no-resolv"
Did.po329 msgid "Do NOT read resolv.conf."
330 msgstr "JANGAN baca resolv.conf."
335 msgid "Specify path to resolv.conf (defaults to %s)."
336 msgstr "Sebutkan path ke resolv.conf (default %s)."
910 msgid "only one resolv.conf file allowed in no-poll mode."
911 msgstr "hanya satu file resolv.conf yang diperbolehkan dalam modus no-poll."
915 msgid "must have exactly one resolv.conf to read domain from."
916 msgstr "harus mempunyai tepat satu resolv.conf untuk mendapatkan nama domain."
1143 msgid "warning: ignoring resolv-file flag because no-resolv is set"
Dro.po281 msgid "Do NOT read resolv.conf."
282 msgstr "NU citi fişierul resolv.conf"
286 msgid "Specify path to resolv.conf (defaults to %s)."
287 msgstr "Specifică calea către resolv.conf (implicit e %s)."
791 msgid "only one resolv.conf file allowed in no-poll mode."
792 msgstr "se permite un singur fişier resolv.conf în modul no-poll"
795 msgid "must have exactly one resolv.conf to read domain from."
796 msgstr "am nevoie de un singur resolv.conf din care să citesc numele domeniului."
993 msgid "warning: ignoring resolv-file flag because no-resolv is set"
Dno.po283 msgid "Do NOT read resolv.conf."
284 msgstr "IKKE les resolv.conf."
288 msgid "Specify path to resolv.conf (defaults to %s)."
289 msgstr "Spesifiser stien til resolv.conf (standard er %s)."
793 msgid "only one resolv.conf file allowed in no-poll mode."
794 msgstr "kun en resolv.conf fil tillat i no-poll modus."
797 msgid "must have exactly one resolv.conf to read domain from."
798 msgstr "m� ha n�yaktig en resolv.conf � lese domene fra."
994 msgid "warning: ignoring resolv-file flag because no-resolv is set"

12