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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to