diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001026.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001026.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001026.html b/zarb-ml/mageia-sysadm/2010-December/001026.html new file mode 100644 index 000000000..6059a64e3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001026.html @@ -0,0 +1,92 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [510] add sticky bit on repsys/tmp and repsys/srpms + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B510%5D%20add%20sticky%20bit%20on%20repsys/tmp%20and%20repsys/srpms&In-Reply-To=%3C20101206142031.F2A9B3FDCE%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="001025.html"> + <LINK REL="Next" HREF="001027.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [510] add sticky bit on repsys/tmp and repsys/srpms</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B510%5D%20add%20sticky%20bit%20on%20repsys/tmp%20and%20repsys/srpms&In-Reply-To=%3C20101206142031.F2A9B3FDCE%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [510] add sticky bit on repsys/tmp and repsys/srpms">root at mageia.org + </A><BR> + <I>Mon Dec 6 15:20:31 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001025.html">[Mageia-sysadm] [509] mga-committers should be able to write in /home/schedbot/repsys/srpms +</A></li> + <LI>Next message: <A HREF="001027.html">[Mageia-sysadm] [511] update TODO +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1026">[ date ]</a> + <a href="thread.html#1026">[ thread ]</a> + <a href="subject.html#1026">[ subject ]</a> + <a href="author.html#1026">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 510 +Author: boklm +Date: 2010-12-06 15:20:31 +0100 (Mon, 06 Dec 2010) +Log Message: +----------- +add sticky bit on repsys/tmp and repsys/srpms + +Modified Paths: +-------------- + puppet/modules/buildsystem/manifests/init.pp + +Modified: puppet/modules/buildsystem/manifests/init.pp +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2010-12-06 14:10:12 UTC (rev 509) ++++ puppet/modules/buildsystem/manifests/init.pp 2010-12-06 14:20:31 UTC (rev 510) +@@ -91,7 +91,7 @@ + ensure => "directory", + owner => $sched_login, + group => "mga-committers", +- mode => 775, ++ mode => 1775, + require => File["$sched_home_dir/repsys"], + } + +@@ -99,7 +99,7 @@ + ensure => "directory", + owner => $sched_login, + group => "mga-committers", +- mode => 775, ++ mode => 1775, + require => File["$sched_home_dir/repsys"], + } + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101206/1e21240b/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001025.html">[Mageia-sysadm] [509] mga-committers should be able to write in /home/schedbot/repsys/srpms +</A></li> + <LI>Next message: <A HREF="001027.html">[Mageia-sysadm] [511] update TODO +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1026">[ date ]</a> + <a href="thread.html#1026">[ thread ]</a> + <a href="subject.html#1026">[ subject ]</a> + <a href="author.html#1026">[ 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> |