diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002172.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002172.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002172.html b/zarb-ml/mageia-sysadm/2011-January/002172.html new file mode 100644 index 000000000..15050ca3e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002172.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [820] use create-srpm for now + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B820%5D%20use%20create-srpm%20for%20now&In-Reply-To=%3C20110117183836.9BDD2427F2%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002171.html"> + <LINK REL="Next" HREF="002173.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [820] use create-srpm for now</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B820%5D%20use%20create-srpm%20for%20now&In-Reply-To=%3C20110117183836.9BDD2427F2%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [820] use create-srpm for now">root at mageia.org + </A><BR> + <I>Mon Jan 17 19:38:36 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002171.html">[Mageia-sysadm] [819] add missing space in regexp +</A></li> + <LI>Next message: <A HREF="002173.html">[Mageia-sysadm] [821] remove quotes around $* +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2172">[ date ]</a> + <a href="thread.html#2172">[ thread ]</a> + <a href="subject.html#2172">[ subject ]</a> + <a href="author.html#2172">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 820 +Author: boklm +Date: 2011-01-17 19:38:36 +0100 (Mon, 17 Jan 2011) +Log Message: +----------- +use create-srpm for now + +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:35:46 UTC (rev 819) ++++ puppet/modules/restrictshell/templates/sv_membersh.pl 2011-01-17 18:38:36 UTC (rev 820) +@@ -63,7 +63,7 @@ + + our $use_pkgsubmit = "0"; + our $regexp_pkgsubmit = "^/usr/share/repsys/create-srpm |^/usr/local/bin/submit_package "; +-our $bin_pkgsubmit = "/usr/local/bin/submit_package"; ++our $bin_pkgsubmit = "/usr/share/repsys/create-srpm"; + + # Open configuration file + if (-e "/etc/membersh-conf.pl") { +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110117/395e39af/attachment-0001.html> +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002171.html">[Mageia-sysadm] [819] add missing space in regexp +</A></li> + <LI>Next message: <A HREF="002173.html">[Mageia-sysadm] [821] remove quotes around $* +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2172">[ date ]</a> + <a href="thread.html#2172">[ thread ]</a> + <a href="subject.html#2172">[ subject ]</a> + <a href="author.html#2172">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |