summaryrefslogtreecommitdiffstats
path: root/debian/patches/0012-tidy-init.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-02-26 09:37:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-02-26 09:37:18 +0000
commitb1978c99c086c6e28daf2927c9d5fbf539b40f31 (patch)
tree44880de670fc9ee86219d9a66ae4082eb906b51d /debian/patches/0012-tidy-init.patch
parentAdding upstream version 2024-02-06b+dfsg. (diff)
downloaddokuwiki-debian.tar.xz
dokuwiki-debian.zip
Adding debian version 2024-02-06b+dfsg-3.debian/2024-02-06b+dfsg-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.");
+ }
+ }
+