From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002171.html | 93 ++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002171.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002171.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002171.html b/zarb-ml/mageia-sysadm/2011-January/002171.html new file mode 100644 index 000000000..f6b3e7d07 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002171.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [819] add missing space in regexp + + + + + + + + + +

[Mageia-sysadm] [819] add missing space in regexp

+ root at mageia.org + root at mageia.org +
+ Mon Jan 17 19:35:47 CET 2011 +

+
+ +
Revision: 819
+Author:   boklm
+Date:     2011-01-17 19:35:46 +0100 (Mon, 17 Jan 2011)
+Log Message:
+-----------
+add missing space in regexp
+
+Modified Paths:
+--------------
+    puppet/modules/restrictshell/templates/sv_membersh.pl
+
+Modified: puppet/modules/restrictshell/templates/sv_membersh.pl
+===================================================================
+--- puppet/modules/restrictshell/templates/sv_membersh.pl	2011-01-17 18:34:38 UTC (rev 818)
++++ puppet/modules/restrictshell/templates/sv_membersh.pl	2011-01-17 18:35:46 UTC (rev 819)
+@@ -62,7 +62,7 @@
+ our $bin_git = "/usr/bin/git-shell";
+ 
+ our $use_pkgsubmit = "0";
+-our $regexp_pkgsubmit = "^/usr/share/repsys/create-srpm |^/usr/local/bin/submit_package";
++our $regexp_pkgsubmit = "^/usr/share/repsys/create-srpm |^/usr/local/bin/submit_package ";
+ our $bin_pkgsubmit = "/usr/local/bin/submit_package";
+ 
+ # Open configuration file
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110117/38a60df8/attachment.html>
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1