SOURCES: drupal-update-cli.patch - add PLD Linux specific notes
glen
glen at pld-linux.org
Wed Jan 11 20:42:24 CET 2006
Author: glen Date: Wed Jan 11 19:42:24 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- add PLD Linux specific notes
---- Files affected:
SOURCES:
drupal-update-cli.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/drupal-update-cli.patch
diff -u SOURCES/drupal-update-cli.patch:1.2 SOURCES/drupal-update-cli.patch:1.3
--- SOURCES/drupal-update-cli.patch:1.2 Wed Jan 11 17:58:31 2006
+++ SOURCES/drupal-update-cli.patch Wed Jan 11 20:42:19 2006
@@ -66,3 +66,19 @@
if (isset($_GET["op"])) {
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
+--- drupal-4.6.5/update.php~ 2006-01-11 21:39:09.000000000 +0200
++++ drupal-4.6.5/update.php 2006-01-11 21:39:11.000000000 +0200
+@@ -12,6 +12,13 @@
+ * check statement below. Change the TRUE into a FALSE to disable the access
+ * check. After finishing the upgrade, be sure to open this file and change the
+ * FALSE back into a TRUE!
++ *
++ * PLD Linux notes:
++ * You will need to copy this file to htdocs dir to run it from web and add
++ * chdir('..'); before first include_once statement.
++ *
++ * You can also run this script from CLI (which is preffered way in PLD Linux):
++ * # php update.php
+ */
+
+ // Disable access checking?
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/drupal-update-cli.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list