From 7f6f7fcc59d3a977966fe4f321196468131c3d67 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 10 Jul 2008 18:20:16 -0400 Subject: Clarify comments. --- sysconfig/network-scripts/net.hotplug | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/net.hotplug b/sysconfig/network-scripts/net.hotplug index 543fb541..f41c8e8e 100755 --- a/sysconfig/network-scripts/net.hotplug +++ b/sysconfig/network-scripts/net.hotplug @@ -17,7 +17,7 @@ add|register) fi case $INTERFACE in - # interfaces that are registered after being "up" (?) + # interfaces that are brought up as a part of configuration ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*) exit 0 ;; @@ -38,12 +38,11 @@ add|register) remove|unregister) case $INTERFACE in - # interfaces that are unregistered after being "down" (?) + # interfaces that are brought down as part of deconfiguration ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*) exit 0 ;; *) - # RedHat and similar export IN_HOTPLUG=1 if [ -x /sbin/ifdown ]; then exec /sbin/ifdown $INTERFACE -- cgit v1.2.1