summaryrefslogtreecommitdiff
path: root/www/web2ldap/files/patch-ag
diff options
context:
space:
mode:
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