File: openresolv.000resolvconf.ppp.ip-down

package info (click to toggle)
openresolv 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 232 kB
  • ctags: 35
  • sloc: sh: 1,550; makefile: 87
file content (6 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
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"