import from old webserver
This commit is contained in:
commit
ef633b2cf4
182 changed files with 69233 additions and 0 deletions
10
noc/configs/init.d/pppd-dns
Executable file
10
noc/configs/init.d/pppd-dns
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh -e
|
||||
exit 0
|
||||
|
||||
#
|
||||
# Restore /etc/resolv.conf if the system crashed before the ppp link
|
||||
# was shut down.
|
||||
|
||||
[ -x /etc/ppp/ip-down.d/0000usepeerdns ] \
|
||||
&& exec /etc/ppp/ip-down.d/0000usepeerdns
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue