[Python-apps-commits] r7976 - in packages/clustershell/trunk/debian (3 files)

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Mon Dec 19 10:28:57 UTC 2011


    Date: Monday, December 19, 2011 @ 10:28:56
  Author: phantez-guest
Revision: 7976

add a patch to correct #638752

Added:
  packages/clustershell/trunk/debian/patches/
  packages/clustershell/trunk/debian/patches/groups.conf_mawk_compatible.patch
  packages/clustershell/trunk/debian/patches/series

Added: packages/clustershell/trunk/debian/patches/groups.conf_mawk_compatible.patch
===================================================================
--- packages/clustershell/trunk/debian/patches/groups.conf_mawk_compatible.patch	                        (rev 0)
+++ packages/clustershell/trunk/debian/patches/groups.conf_mawk_compatible.patch	2011-12-19 10:28:56 UTC (rev 7976)
@@ -0,0 +1,11 @@
+--- a/conf/groups.conf
++++ b/conf/groups.conf
+@@ -11,7 +11,7 @@ default: local
+ [local]
+ map: awk -F: '/^$GROUP:/ {print $2}' /etc/clustershell/groups
+ all: awk -F: '/^all:/ {print $2}' /etc/clustershell/groups
+-list: awk -F: '/^[[:alnum:]_]/ {print $1}' /etc/clustershell/groups
++list: awk -F: '/^[0-9A-Za-z_-]/ {print $1}' /etc/clustershell/groups
+ 
+ [genders]
+ map: nodeattr -n $GROUP

Added: packages/clustershell/trunk/debian/patches/series
===================================================================
--- packages/clustershell/trunk/debian/patches/series	                        (rev 0)
+++ packages/clustershell/trunk/debian/patches/series	2011-12-19 10:28:56 UTC (rev 7976)
@@ -0,0 +1 @@
+groups.conf_mawk_compatible.patch




More information about the Python-apps-commits mailing list