From a0cfec9304fabb11c837396fcca28140ed0d604c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 9 Feb 2004 19:30:57 +0000 Subject: use system-config-network --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index eccbf73c..1c14e7ef 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -780,11 +780,11 @@ if [ -x /sbin/hdparm ]; then fi # Boot time profiles. Yes, this should be somewhere else. -if [ -x /usr/sbin/redhat-config-network-cmd ]; then +if [ -x /usr/sbin/system-config-network-cmd ]; then if strstr "$cmdline" netprofile= ; then for arg in $cmdline ; do if [ "${arg##netprofile=}" != "${arg}" ]; then - /usr/sbin/redhat-config-network-cmd --profile ${arg##netprofile=} + /usr/sbin/system-config-network-cmd --profile ${arg##netprofile=} fi done fi -- cgit v1.2.1