SOURCES: squirrelmail-plugin-motd-ri_once.patch (NEW) - taken from...

hawk hawk at pld-linux.org
Tue May 30 10:04:38 CEST 2006


Author: hawk                         Date: Tue May 30 08:04:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- taken from squirrelmail.spec

---- Files affected:
SOURCES:
   squirrelmail-plugin-motd-ri_once.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/squirrelmail-plugin-motd-ri_once.patch
diff -u /dev/null SOURCES/squirrelmail-plugin-motd-ri_once.patch:1.1
--- /dev/null	Tue May 30 10:04:38 2006
+++ SOURCES/squirrelmail-plugin-motd-ri_once.patch	Tue May 30 10:04:33 2006
@@ -0,0 +1,16 @@
+--- setup.php	Sat Apr 21 03:06:07 2001
++++ setup.php	Fri May 24 11:17:08 2002
+@@ -1,3 +1,4 @@
++<?php /* Modified at 1 places by ri_once */ ?>
+ <?php
+    /*
+     *  motd v1.2
+@@ -21,7 +22,7 @@
+       $motd_file = "../config/motd.php";
+ 
+       if(file_exists($motd_file)) {
+-        include($motd_file);
++        /* '_once' Added by ri_once */ include_once($motd_file);
+       }
+       else {
+ 	print "<hr width=\"50%\">";
================================================================


More information about the pld-cvs-commit mailing list