diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-23 10:44:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-23 10:44:56 +0000 |
commit | 184c1b22e55a7c9576f521216fceb523f2367b0f (patch) | |
tree | b0af4347187075173f0a4af788f59062f83cb2d0 /www/web2ldap/files/patch-ad | |
parent | Initial 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-ad')
-rw-r--r-- | www/web2ldap/files/patch-ad | 45 |
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 |