summaryrefslogtreecommitdiff
path: root/www/web2ldap/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/web2ldap/files/patch-ad')
-rw-r--r--www/web2ldap/files/patch-ad45
1 files changed, 8 insertions, 37 deletions
diff --git a/www/web2ldap/files/patch-ad b/www/web2ldap/files/patch-ad
index 8816378e7107..0638a946621d 100644
--- a/www/web2ldap/files/patch-ad
+++ b/www/web2ldap/files/patch-ad
@@ -1,42 +1,13 @@
-*** etc/web2ldap/web2ldapcnf/standalone.py.orig Wed Dec 20 15:09:50 2000
---- etc/web2ldap/web2ldapcnf/standalone.py Fri Jan 12 00:12:39 2001
+*** sbin/compile.py.orig Wed Mar 20 15:58:16 2002
+--- sbin/compile.py Wed Mar 20 15:58:46 2002
***************
-*** 6,12 ****
- """
+*** 1,4 ****
+! #!/usr/bin/python
- # User account name to setuid after being started as root
-! run_username = 'wwwrun'
+ import compileall
- # Contact mail address of the server admin when running stand-alone
- server_admin = 'admin@web2ldap.de'
---- 6,12 ----
- """
+--- 1,4 ----
+! #!/usr/local/bin/python
- # User account name to setuid after being started as root
-! run_username = 'nobody'
+ import compileall
- # Contact mail address of the server admin when running stand-alone
- server_admin = 'admin@web2ldap.de'
-***************
-*** 36,45 ****
- debug_log = '/var/log/web2ldap/debug_log'
-
- # Where static documents reside
-! document_root = '/usr/lib/web2ldap/htdocs/'
-
- # Path name of mime.types file
-! mime_types = '/etc/mime.types'
-
- ########################################################################
- # SSL-options for running as stand-alone web server
---- 36,45 ----
- debug_log = '/var/log/web2ldap/debug_log'
-
- # Where static documents reside
-! document_root = '/usr/local/web2ldap/htdocs/'
-
- # Path name of mime.types file
-! mime_types = '/usr/local/web2ldap/etc/mime.types'
-
- ########################################################################
- # SSL-options for running as stand-alone web server