From 1570d27a49ec91874485b0ccc63f13dea498e3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Wed, 3 Feb 2010 23:48:04 +0000 Subject: When removing a package delete its underlying FreeBSD pacakges. Correct checks for avioding as much as possible errors. Simplify logic in some cases. Remove package include files when uninstalling packages. NOTE: Some work is needed to have more error reporting. Espescially when failing to retrieve files or add them locally. --- sbin/dhclient-script | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin') diff --git a/sbin/dhclient-script b/sbin/dhclient-script index 9c84d5f..d58d972 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -196,6 +196,8 @@ add_new_resolv_conf() { echo $new_domain_name >/var/etc/defaultdomain.conf fi + echo $interface > /tmp/rc.newwanip + return 0 } -- cgit v1.1