SOURCES: newsportal-path.patch - webapps paths

glen glen at pld-linux.org
Wed Jan 4 14:49:57 CET 2006


Author: glen                         Date: Wed Jan  4 13:49:57 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- webapps paths

---- Files affected:
SOURCES:
   newsportal-path.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/newsportal-path.patch
diff -u SOURCES/newsportal-path.patch:1.2 SOURCES/newsportal-path.patch:1.3
--- SOURCES/newsportal-path.patch:1.2	Mon Jan 10 11:00:20 2005
+++ SOURCES/newsportal-path.patch	Wed Jan  4 14:49:52 2006
@@ -5,7 +5,7 @@
  <?
    header("Expires: ".gmdate("D, d M Y H:i:s",time()+(3600*24))." GMT");
 -  include "config.inc.php";
-+  include "/etc/newsportal/config.inc";
++  include "/etc/webapps/newsportal/config.php";
      $attachment_delete_alternative=false;
      $attachment_uudecode=false;
  
@@ -17,7 +17,7 @@
    $group=$_REQUEST["group"];
  
 -  include "config.inc.php";
-+  include "/etc/newsportal/config.inc";
++  include "/etc/webapps/newsportal/config.php";
    include "auth.inc";
    include "$file_newsportal";
  
@@ -29,7 +29,7 @@
  $attachment=$_REQUEST["attachment"];
  
 -include "config.inc.php";
-+include "/etc/newsportal/config.inc";
++include "/etc/webapps/newsportal/config.php";
  include "auth.inc";
  require("$file_newsportal");
  if (!isset($attachment))
@@ -50,7 +50,7 @@
  $file_language="lang/english.lang";
  $file_footer="";
 -$file_groups="groups.txt";
-+$file_groups="/etc/newsportal/groups.txt";
++$file_groups="/etc/webapps/newsportal/groups.txt";
  
  /* 
   * newsserver setup
@@ -61,7 +61,7 @@
  <? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
  
 -   include "config.inc.php";
-+   include "/etc/newsportal/config.inc";
++   include "/etc/webapps/newsportal/config.php";
     include "auth.inc";
     include "head.inc"; ?>
  
@@ -73,7 +73,7 @@
  if (!isset($group)) $group=$newsgroups;
  
 -include "config.inc.php";
-+include "/etc/newsportal/config.inc";
++include "/etc/webapps/newsportal/config.php";
  include "auth.inc";
  
  // Save name and email in cookies
@@ -85,7 +85,7 @@
      $last=intval($_REQUEST["last"]);
  
 -  include "config.inc.php";
-+  include "/etc/newsportal/config.inc";
++  include "/etc/webapps/newsportal/config.php";
  
    include "auth.inc";
    $title.= ' - '.$group;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/newsportal-path.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list