]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- add PLD Linux specific notes
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 11 Jan 2006 19:42:19 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-update-cli.patch -> 1.3

drupal-update-cli.patch

index d4d0550b335b7b6802e8913fca9986cb1293d786..910ad1c2e85ae201fd25d177cf81521e9f59d303 100644 (file)
  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?
This page took 0.087382 seconds and 4 git commands to generate.