]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - util-vserver-interfaces-ignore-cvs-dir.patch
- try to detect versioned db_load/db_dump tools mathing rpm requirements
[packages/util-vserver.git] / util-vserver-interfaces-ignore-cvs-dir.patch
index 693924ece91fc9cbb17a9fe0f74598682cac1cbe..cbec59230a136e5a2f357baed9ada11a44bfc6dd 100644 (file)
@@ -8,7 +8,7 @@ Signed-off-by: Elan Ruusamäe <glen@delfi.ee>
  
      for iface in "$1/interfaces/"*; do
          test   -d "$iface"          || continue
-+        test "${iface##*/}" = "CVS" || continue
++        test "${iface##*/}" != "CVS" || continue
          test ! -e "$iface"/disabled || continue
      
          _processSingleInterface "$iface"
This page took 0.040263 seconds and 4 git commands to generate.