summaryrefslogtreecommitdiff
path: root/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch')
-rw-r--r--www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch b/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch
deleted file mode 100644
index 739ff7f4c79b..000000000000
--- a/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru cgi-bin.orig/logout-dist cgi-bin/logout-dist
---- cgi-bin.orig/logout-dist 2011-03-22 17:25:52.000000000 +0100
-+++ cgi-bin/logout-dist 2012-10-03 21:44:35.057437306 +0200
-@@ -34,13 +34,13 @@
- # -----
- ### REALM: the basic authentication realm
- ### (must be equal to your AuthName value for Apache)
--REALM="Change Me"
-+REALM="${REALM:=Change Me}"
-
- ### HOMEURL: the home URL
--HOMEURL="/changemyhomeurl"
-+HOMEURL="${HOMEURL:=/changemyhomeurl}"
-
--### TIMEOUT: the refresh timeout for the logut page
--TIMEOUT=0
-+### TIMEOUT: the refresh timeout for the logout page
-+TIMEOUT=${TIMEOUT:=0}
-
- # SETUP END
-