]> git.pld-linux.org Git - packages/util-vserver.git/blob - util-vserver-interfaces-ignore-cvs-dir.patch
- rel 2; build with glibc, so it will also work on systems with newer kernels that...
[packages/util-vserver.git] / util-vserver-interfaces-ignore-cvs-dir.patch
1 Make "CVS" dir being ignored in /etc/vserver/<name>/interfaces.
2
3 Signed-off-by: Justas Vilimas <justas.vilimas@delfi.lt>
4 Signed-off-by: Elan Ruusamäe <glen@delfi.ee>
5 --- util-vserver-0.30.214/scripts/vserver.functions~    2008-02-21 02:26:57.000000000 +0200
6 +++ util-vserver-0.30.214/scripts/vserver.functions     2008-03-03 12:09:27.185567638 +0200
7 @@ -603,6 +603,7 @@
8  
9      for iface in "$1/interfaces/"*; do
10          test   -d "$iface"          || continue
11 +        test "${iface##*/}" != "CVS" || continue
12          test ! -e "$iface"/disabled || continue
13      
14          _processSingleInterface "$iface"
This page took 0.077863 seconds and 3 git commands to generate.