repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2.0.2-2: libplist 2.3.0
[arch-packages.git]
/
ppp
/
trunk
/
ip-down.d.dns.sh
blob
c9da47a63b4147813277e463bce5256c6bd36193
1
#!/bin/sh
2
3
if
[
-x
/
usr
/
bin
/
resolvconf
];
then
4
/
usr
/
bin
/
resolvconf
-fd
${IFNAME}
5
else
6
[
-e
/
etc
/
resolv.conf.backup.
${IFNAME}
] &&
mv
/
etc
/
resolv.conf.backup.
${IFNAME}
/
etc
/
resolv.conf
7
fi