system-config-network patch

Bill Nottingham notting at redhat.com
Mon Feb 9 19:33:12 UTC 2004


Brian Millett (bpm at 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





More information about the fedora-test-list mailing list