summaryrefslogtreecommitdiff
path: root/www/web2ldap/files/patch-ag
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-23 10:44:56 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-23 10:44:56 +0000
commit184c1b22e55a7c9576f521216fceb523f2367b0f (patch)
treeb0af4347187075173f0a4af788f59062f83cb2d0 /www/web2ldap/files/patch-ag
parentInitial import of p5-Net-SMTP-Server 1.1. (diff)
Update to version 0.10.4
PR: 36201 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=56476
Diffstat (limited to 'www/web2ldap/files/patch-ag')
-rw-r--r--www/web2ldap/files/patch-ag31
1 files changed, 7 insertions, 24 deletions
diff --git a/www/web2ldap/files/patch-ag b/www/web2ldap/files/patch-ag
index 9496de08ccd7..c515ff20a920 100644
--- a/www/web2ldap/files/patch-ag
+++ b/www/web2ldap/files/patch-ag
@@ -1,30 +1,13 @@
-*** cgi-bin/web2ldap.py.orig Thu Jan 11 23:55:56 2001
---- cgi-bin/web2ldap.py Thu Jan 11 23:56:20 2001
+*** sbin/web2ldap.py.orig Wed Mar 20 15:58:37 2002
+--- sbin/web2ldap.py Wed Mar 20 16:00:47 2002
***************
*** 1,4 ****
! #!/usr/bin/python
- ########################################################################
- # web2ldap - web-based LDAP Client, see http://www.web2ldap.de
+ """
+ sbin/web2ldap.py - startscript for running as stand-alone HTTP server
--- 1,4 ----
-! #!/usr/local/bin/python2.0
+! #!/usr/local/bin/python
- ########################################################################
- # web2ldap - web-based LDAP Client, see http://www.web2ldap.de
-***************
-*** 15,21 ****
-
- if os.name == 'posix':
- # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
-! sys.path.insert(0,'/etc/web2ldap')
- else:
- # For finding web2ldapcnf.py in system dirs on Windows systems
- for i in ['SystemRoot','windir']:
---- 15,21 ----
-
- if os.name == 'posix':
- # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
-! sys.path.insert(0,'/usr/local/web2ldap/etc/web2ldap')
- else:
- # For finding web2ldapcnf.py in system dirs on Windows systems
- for i in ['SystemRoot','windir']:
+ """
+ sbin/web2ldap.py - startscript for running as stand-alone HTTP server