[Clfs-commits] commit: r18 - in /trunk/standard: README clfs/init.d/rc clfs/sysconfig/network-devices/ifup

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 1 20:29:56 PST 2008


Author: chris at beaker67.com
Date: Wed Jan  2 04:29:55 2008
New Revision: 18

Log:
Spelling corrections

Modified:
    trunk/standard/README
    trunk/standard/clfs/init.d/rc
    trunk/standard/clfs/sysconfig/network-devices/ifup

Modified: trunk/standard/README
==============================================================================
--- trunk/standard/README (original)
+++ trunk/standard/README Wed Jan  2 04:29:55 2008
@@ -8,7 +8,7 @@
 	Configuration Files:
 		sysconfig/network-devices/ifconfig.*/*
 		Note: ifconfig.* could be either a file or directory,
-		      but the filename extention must be the same name
+		      but the filename extension must be the same name
 					as the network interface you wish it to belong to.
 					The files within the directory will be processed
 					in alphanumerical order on boot, and reversed on

Modified: trunk/standard/clfs/init.d/rc
==============================================================================
--- trunk/standard/clfs/init.d/rc (original)
+++ trunk/standard/clfs/init.d/rc Wed Jan  2 04:29:55 2008
@@ -37,7 +37,7 @@
 	exit 1
 fi
 
-# Attempt to stop all service started by previous runlevel,
+# Attempt to stop all services started by previous runlevel,
 # and killed in this runlevel
 if [ "${previous}" != "N" ]; then
 	for i in $(ls -v ${rc_base}/rc${runlevel}.d/K* 2> /dev/null)

Modified: trunk/standard/clfs/sysconfig/network-devices/ifup
==============================================================================
--- trunk/standard/clfs/sysconfig/network-devices/ifup (original)
+++ trunk/standard/clfs/sysconfig/network-devices/ifup Wed Jan  2 04:29:55 2008
@@ -33,7 +33,7 @@
 boot_mesg "Bringing up the ${1} interface..."
 boot_mesg_flush
 
-# Process each configruation file
+# Process each configuration file
 for file in ${FILES}; do
 	# skip backup files
 	if [ "${file}" != "${file%""~""}" ]; then




More information about the Clfs-commits mailing list