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/001932.html | 100 +++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001932.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001932.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001932.html b/zarb-ml/mageia-sysadm/2011-January/001932.html new file mode 100644 index 000000000..17d0df8f6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001932.html @@ -0,0 +1,100 @@ + + + + [Mageia-sysadm] [270] Use a subdirectory for data, to be writable by apache and fix a syntax error + + + + + + + + + +

[Mageia-sysadm] [270] Use a subdirectory for data, to be writable by apache and fix a syntax error

+ root at mageia.org + root at mageia.org +
+ Wed Jan 12 12:52:13 CET 2011 +

+
+ +
Revision: 270
+Author:   pterjan
+Date:     2011-01-12 12:52:13 +0100 (Wed, 12 Jan 2011)
+Log Message:
+-----------
+Use a subdirectory for data, to be writable by apache and fix a syntax error
+
+Modified Paths:
+--------------
+    build_system/web/index.php
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-12 11:44:21 UTC (rev 269)
++++ build_system/web/index.php	2011-01-12 11:52:13 UTC (rev 270)
+@@ -16,6 +16,7 @@
+ $tz = new DateTimeZone("UTC");
+ 
+ # Temporary until initial mirror is ready
++chdir("data");
+ $nb_rpm = shell_exec('rpm -qp --qf "%{SOURCERPM}\n" /distrib/bootstrap/distrib/cauldron/i586/media/core/release/*.rpm | sort -u | tee src.txt | wc -l');
+ $nb_rpm_mga = shell_exec('grep mga src.txt | tee src.mga.txt | wc -l');
+ shell_exec('grep -v mga src.txt > src.mdv.txt');
+@@ -172,7 +173,6 @@
+     echo $p["type"];
+     if ($typelink)
+         echo "</a>";
+-    }
+     echo "</td>\n";
+     echo "</tr>\n";
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110112/15a2f288/attachment.html>
+
+ + + + + + + + + + + + + +
+

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