Author: glen                         Date: Thu Sep 28 19:22:41 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- two fixes of mine merged from HEAD

---- Files affected:
SOURCES:
   udev-net.helper (1.3 -> 1.3.2.1) 

---- Diffs:

================================================================
Index: SOURCES/udev-net.helper
diff -u SOURCES/udev-net.helper:1.3 SOURCES/udev-net.helper:1.3.2.1
--- SOURCES/udev-net.helper:1.3 Fri Oct 21 09:49:43 2005
+++ SOURCES/udev-net.helper     Thu Sep 28 21:22:36 2006
@@ -69,7 +69,7 @@
            ethernet_check $INTERFACE || exit 0;
 
            # automatically create an interface file
-           CFG=/etc/sysconfig/network-scripts/ifcfg-$INTERFACE
+           CFG=/etc/sysconfig/interfaces/ifcfg-$INTERFACE
            if [ "$AUTOMATIC_IFCFG" != no -a ! -r $CFG ]; then
                debug_mesg creating config file for $INTERFACE
                cat > $CFG <<EOF
@@ -103,7 +103,7 @@
        *)
            if [ -x /sbin/ifdown ]; then
                debug_mesg invoke ifdown $INTERFACE
-               exec /sbin/ifdown $INTERFACE daemon
+               exec /sbin/ifdown $INTERFACE hotplug
            fi
            ;;
     esac
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/udev-net.helper?r1=1.3&r2=1.3.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to