From ef316c76566e10c48ea95ef1695c3f24a7db9c61 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 21 Aug 2002 06:17:28 +0000 Subject: typos --- rc.d/rc.sysinit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index f771daca..cd3427e6 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -713,12 +713,12 @@ if [ -x /sbin/hdparm ]; then fi # Boot time profiles. Yes, this should be somewhere else. -if grep -q "netprofile==" /proc/cmdline ; then +if grep -q "netprofile=" /proc/cmdline ; then cmdline=`cat /proc/cmdline` for arg in cmdline ; do - if [ "${arg##netprofile==}" != "${arg}" ]; then + if [ "${arg##netprofile=}" != "${arg}" ]; then [ -x /usr/sbin/redhat-config-network-cmd ] && - /usr/sbin/redhat-config-network-cmd --profile ${arg##netprofile=-} + /usr/sbin/redhat-config-network-cmd --profile ${arg##netprofile=} fi done fi -- cgit v1.2.1