]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- ignore CVS dirs in interfaces/*
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Mar 2008 10:21:47 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-vserver-interfaces-ignore-cvs-dir.patch -> 1.1

util-vserver-interfaces-ignore-cvs-dir.patch [new file with mode: 0644]

diff --git a/util-vserver-interfaces-ignore-cvs-dir.patch b/util-vserver-interfaces-ignore-cvs-dir.patch
new file mode 100644 (file)
index 0000000..693924e
--- /dev/null
@@ -0,0 +1,14 @@
+Make "CVS" dir being ignored in /etc/vserver/<name>/interfaces.
+
+Signed-off-by: Justas Vilimas <justas.vilimas@delfi.lt>
+Signed-off-by: Elan Ruusamäe <glen@delfi.ee>
+--- util-vserver-0.30.214/scripts/vserver.functions~   2008-02-21 02:26:57.000000000 +0200
++++ util-vserver-0.30.214/scripts/vserver.functions    2008-03-03 12:09:27.185567638 +0200
+@@ -603,6 +603,7 @@
+     for iface in "$1/interfaces/"*; do
+         test   -d "$iface"          || continue
++        test "${iface##*/}" = "CVS" || continue
+         test ! -e "$iface"/disabled || continue
+     
+         _processSingleInterface "$iface"
This page took 0.121576 seconds and 4 git commands to generate.