SVN: rc-scripts/trunk/rc.d/init.d/network

glen glen at pld-linux.org
Sun Nov 22 14:49:59 CET 2009


Author: glen
Date: Sun Nov 22 14:49:58 2009
New Revision: 10993

Modified:
   rc-scripts/trunk/rc.d/init.d/network
Log:
- typo, dots

Modified: rc-scripts/trunk/rc.d/init.d/network
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/network	(original)
+++ rc-scripts/trunk/rc.d/init.d/network	Sun Nov 22 14:49:58 2009
@@ -108,12 +108,12 @@
 }
 
 # Get list of interface configs
-# ignores editor backup files and rpm blackups
+# ignores editor backup files and rpm backups
 network_interface_configs() {
 	local match="$1"
 	for a in /etc/sysconfig/interfaces/$match; do
 		case "$a" in
-		*rpmorig|*rpmnew|*rpmsave|*~|*.orig)
+		*.rpmorig|*.rpmnew|*.rpmsave|*~|*.orig)
 			continue
 			;;
 		*)


More information about the pld-cvs-commit mailing list