rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
glen
cvs at pld-linux.org
Thu Aug 31 13:58:09 CEST 2006
Author: glen
Date: Thu Aug 31 13:58:07 2006
New Revision: 7694
Modified:
rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
Log:
Correct english description.
Modified: rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
==============================================================================
--- rc-scripts/trunk/sysconfig/interfaces/ifcfg-description (original)
+++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-description Thu Aug 31 13:58:07 2006
@@ -207,14 +207,14 @@
DISCOVERY=yes|no (starts discovery of remote IrDA devices)
fi
-# You can also run some other programs *after* uping od downing
-# device. Just create functions run_up() and run_down()
+# You can also run some other programs *after* device has been brought up or down.
+# Just create functions run_up() and run_down().
run_up()
{
- echo "This will be executed after uping device !"
+ echo "This will be executed after device is brought up!"
}
run_down()
{
- echo "This will be executed after downing device !"
+ echo "This will be executed after device is brought down!"
}
More information about the pld-cvs-commit
mailing list