]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- typo, dots
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Nov 2009 13:49:58 +0000 (13:49 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Nov 2009 13:49:58 +0000 (13:49 +0000)
svn-id: @10993

rc.d/init.d/network

index b11905681f76f002928a7c373b2864ef8a22c3da..8d41bdabf4f2be84f47cadc3a282941a28ba7968 100644 (file)
@@ -108,12 +108,12 @@ network_deinit() {
 }
 
 # 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
                        ;;
                *)
This page took 0.154482 seconds and 4 git commands to generate.