From d6811c8da4cc23507a728b67de0d4844f2c30a65 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 28 Jul 2004 14:34:29 +0000 Subject: [PATCH] dhclient in /usr/sbin --- doc/CHANGELOG | 2 +- misc/sysfiles/etc/conf/network | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5381017..b1922a3 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -11,7 +11,7 @@ ######################################### - fixed pkg_dir bug in Create-Binary -- network config via dhcp +- network config via dhcp / dhclient in /usr/sbin (bad?) - linux config changes, no devfs mount at startup - small fixes to hdw-get (still no dep checking) - not building qt plugin for licq diff --git a/misc/sysfiles/etc/conf/network b/misc/sysfiles/etc/conf/network index 7cf6645..6868eec 100644 --- a/misc/sysfiles/etc/conf/network +++ b/misc/sysfiles/etc/conf/network @@ -21,7 +21,7 @@ xx() { echo ">> $*" ; eval "$*" ; } start_net() { if [ ".$DHCP" = ".on" ] ; then echo "starting dhclient." - /sbin/dhclient -q $IF_0 + /usr/sbin/dhclient -q $IF_0 else echo "setting up network ..." # xx insmod ip_tables @@ -38,7 +38,7 @@ start_net() { stop_net() { if [ ".$DHCP" = ".on" ] ; then echo "stopping dhclient." - killall -15 /sbin/dhclient + killall -15 /usr/sbin/dhclient ifconfig $IF_0 down else echo "shutting down network ..." -- 2.20.1