Initial commit
This commit is contained in:
6
ppp/ip-down.d/000resolvconf
Executable file
6
ppp/ip-down.d/000resolvconf
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# ppp.ip-down hook script for resolvconf
|
||||
# Written by Roy Marples <roy@marples.name> under the BSD-2 license
|
||||
|
||||
[ -x /sbin/resolvconf ] || exit 0
|
||||
/sbin/resolvconf -f -d "$PPP_IFACE"
|
||||
Reference in New Issue
Block a user