#!/bin/sh # ppp.ip-down hook script for resolvconf # Written by Roy Marples under the BSD-2 license [ -x /sbin/resolvconf ] || exit 0 /sbin/resolvconf -f -d "$PPP_IFACE"