summaryrefslogtreecommitdiffstats
path: root/debian/patches/0012-tidy-init.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0012-tidy-init.patch')
-rw-r--r--debian/patches/0012-tidy-init.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/0012-tidy-init.patch b/debian/patches/0012-tidy-init.patch
new file mode 100644
index 0000000..a58f8bd
--- /dev/null
+++ b/debian/patches/0012-tidy-init.patch
@@ -0,0 +1,17 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Removing reference to removed install.php.
+
+diff -Naurp dokuwiki.orig/inc/init.php dokuwiki/inc/init.php
+--- dokuwiki.orig/inc/init.php
++++ dokuwiki/inc/init.php
+@@ -301,9 +301,7 @@ function init_paths()
+ if (empty($conf[$c])) {
+ $path = fullpath($path);
+ nice_die("The $c ('$p') at $path is not found, isn't accessible or writable.
+- You should check your config and permission settings.
+- Or maybe you want to <a href=\"install.php\">run the
+- installer</a>?");
++ You should check your config and permission settings.");
+ }
+ }
+