summaryrefslogtreecommitdiff
path: root/www/horde3/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/horde3/patches/patch-aa')
-rw-r--r--www/horde3/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/horde3/patches/patch-aa b/www/horde3/patches/patch-aa
deleted file mode 100644
index 3e06d7a89e1..00000000000
--- a/www/horde3/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/10/12 16:32:26 ben Exp $
-
---- lib/Horde/Auth/login.php.orig 2005-03-29 02:59:56.000000000 -0800
-+++ lib/Horde/Auth/login.php
-@@ -88,7 +88,7 @@ class Auth_login extends Auth {
- Horde::fatal(_("No password provided for Login authentication."), __FILE__, __LINE__);
- }
-
-- $proc = popen($this->_location . ' -c /bin/true ' . $userId, 'w');
-+ $proc = popen($this->_location . ' ' . $userId . ' -c exit 0', 'w');
- if (!is_resource($proc)) {
- return false;
- }