[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: system-config-network patch
- From: Bill Nottingham <notting redhat com>
- To: fedora-test-list redhat com
- Subject: Re: system-config-network patch
- Date: Mon, 9 Feb 2004 14:33:12 -0500
Brian Millett (bpm ec-group com) said:
> --- rc.sysinit.orig 2004-02-09 13:14:15.891041351 -0600
> +++ rc.sysinit 2004-02-09 11:51:58.822004094 -0600
> @@ -780,11 +780,11 @@
> 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
> [
Added to cvs, thanks.
Bill
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]