Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 1999 16:41:13 -0600 (CST)
From:      Steve Price <sprice@hiwaay.net>
To:        current@freebsd.org
Subject:   /etc/pccard_ether troubles
Message-ID:  <Pine.OSF.4.02.9902211638130.20436-100000@fly.HiWAAY.net>

next in thread | raw e-mail | index | archive | help
Hi All,

Anyone have any objections (now that we have dhclient in the tree)
to pointing pccard_ether at its new home?

-steve

Index: pccard_ether
===================================================================
RCS file: /home/ncvs/src/etc/pccard_ether,v
retrieving revision 1.10
diff -u -r1.10 pccard_ether
--- pccard_ether	1999/02/10 18:08:16	1.10
+++ pccard_ether	1999/02/16 03:36:46
@@ -16,12 +16,12 @@
 
 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`




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9902211638130.20436-100000>