From be84afbece177626b09bbe8a087042338a2b250a Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 22 Feb 1999 02:55:18 +0000 Subject: dhclient is now in /sbin. --- etc/pccard_ether | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/pccard_ether b/etc/pccard_ether index 1c6081e..45f95a6 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: pccard_ether,v 1.9 1998/09/02 01:34:56 brian Exp $ +# $Id: pccard_ether,v 1.10 1999/02/10 18:08:16 jkh Exp $ # # pccard_ether interfacename [ifconfig option] # @@ -16,12 +16,12 @@ fi if [ "x$pccard_ifconfig" != "xNO" ] ; then if [ "x$pccard_ifconfig" = "xDHCP" ] ; then - if [ -f /usr/local/sbin/dhclient ] ; then + if [ -f /sbin/dhclient ] ; then if [ -s /var/run/dhclient.pid ] ; then kill `cat /var/run/dhclient.pid` rm /var/run/dhclient.pid fi - /usr/local/sbin/dhclient + /sbin/dhclient elif [ -f /usr/local/sbin/dhcpc ] ; then if [ -s /var/run/dhcpc.pid ] ; then kill `cat /var/run/dhcpc.pid` -- cgit v1.1