diff options
Diffstat (limited to 'www/web2ldap/files')
-rw-r--r-- | www/web2ldap/files/patch-aa | 32 | ||||
-rw-r--r-- | www/web2ldap/files/patch-ab | 86 | ||||
-rw-r--r-- | www/web2ldap/files/patch-ac | 13 | ||||
-rw-r--r-- | www/web2ldap/files/patch-ad | 32 | ||||
-rw-r--r-- | www/web2ldap/files/patch-ae | 19 | ||||
-rw-r--r-- | www/web2ldap/files/patch-af | 25 |
6 files changed, 207 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-aa b/www/web2ldap/files/patch-aa new file mode 100644 index 000000000000..62c0e0acf52e --- /dev/null +++ b/www/web2ldap/files/patch-aa @@ -0,0 +1,32 @@ +*** cgi-bin/web2ldap.py.orig Sat Jul 22 02:23:06 2000 +--- cgi-bin/web2ldap.py Sat Jul 22 02:23:30 2000 +*************** +*** 1,4 **** +! #!/usr/bin/python + + ######################################################################## + # web2ldap +--- 1,4 ---- +! #!/usr/local/bin/python + + ######################################################################## + # web2ldap +*************** +*** 12,19 **** + if os.environ.has_key('GATEWAY_INTERFACE'): + + if os.name == 'posix': +! # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems +! sys.path.append('/etc/web2ldap') + else: + # For finding web2ldapcnf.py in system dirs on Windows systems + for i in ['SystemRoot','windir']: +--- 12,19 ---- + if os.environ.has_key('GATEWAY_INTERFACE'): + + if os.name == 'posix': +! # For finding web2ldapcnf.py in /usr/local/web2ldap/etc/web2ldap on FreeBSD systems +! sys.path.append('/usr/local/web2ldap/etc/web2ldap') + else: + # For finding web2ldapcnf.py in system dirs on Windows systems + for i in ['SystemRoot','windir']: diff --git a/www/web2ldap/files/patch-ab b/www/web2ldap/files/patch-ab new file mode 100644 index 000000000000..bb46b2ca1d52 --- /dev/null +++ b/www/web2ldap/files/patch-ab @@ -0,0 +1,86 @@ +*** /dev/null Sat Jul 22 02:21:51 2000 +--- etc/mime.types Sat Jul 22 02:24:24 2000 +*************** +*** 0 **** +--- 1,81 ---- ++ # ++ # sample mime.types ++ # ++ ++ application/andrew-inset ez ++ application/excel xls ++ application/octet-stream bin ++ application/oda oda ++ application/pdf pdf ++ application/pgp pgp ++ application/postscript ps PS eps ++ application/rtf rtf ++ application/x-arj-compressed arj ++ application/x-bcpio bcpio ++ application/x-chess-pgn pgn ++ application/x-cpio cpio ++ application/x-csh csh ++ application/x-debian-package deb ++ application/x-msdos-program com exe bat ++ application/x-dvi dvi ++ application/x-gtar gtar ++ application/x-gunzip gz ++ application/x-hdf hdf ++ application/x-latex latex ++ application/x-mif mif ++ application/x-netcdf cdf nc ++ application/x-perl pl pm ++ application/x-rar-compressed rar ++ application/x-sh sh ++ application/x-shar shar ++ application/x-sv4cpio sv4cpio ++ application/x-sv4crc sv4crc ++ application/x-tar tar ++ application/x-tar-gz tgz tar.gz ++ application/x-tcl tcl ++ application/x-tex tex ++ application/x-texinfo texi texinfo ++ application/x-troff t tr roff ++ application/x-troff-man man ++ application/x-troff-me me ++ application/x-troff-ms ms ++ application/x-ustar ustar ++ application/x-wais-source src ++ application/x-zip-compressed zip ++ ++ audio/basic snd ++ audio/midi mid midi ++ audio/ulaw au ++ audio/x-aiff aif aifc aiff ++ audio/x-wav wav ++ ++ image/gif gif ++ image/ief ief ++ image/jpeg jpe jpeg jpg ++ image/png png ++ image/tiff tif tiff ++ image/x-cmu-raster ras ++ image/x-portable-anymap pnm ++ image/x-portable-bitmap pbm ++ image/x-portable-graymap pgm ++ image/x-portable-pixmap ppm ++ image/x-rgb rgb ++ image/x-xbitmap xbm ++ image/x-xpixmap xpm ++ image/x-xwindowdump xwd ++ ++ text/html html htm ++ text/plain asc txt ++ text/richtext rtx ++ text/tab-separated-values tsv ++ text/x-setext etx ++ ++ video/dl dl ++ video/fli fli ++ video/gl gl ++ video/mpeg mp2 mpe mpeg mpg ++ video/quicktime mov qt ++ video/x-msvideo avi ++ video/x-sgi-movie movie ++ ++ x-world/x-vrml vrm vrml wrl diff --git a/www/web2ldap/files/patch-ac b/www/web2ldap/files/patch-ac new file mode 100644 index 000000000000..06ddb993a6ad --- /dev/null +++ b/www/web2ldap/files/patch-ac @@ -0,0 +1,13 @@ +*** sbin/compile.py.orig Sat Jul 22 02:24:55 2000 +--- sbin/compile.py Sat Jul 22 02:25:07 2000 +*************** +*** 1,4 **** +! #!/usr/bin/python + + import compileall + +--- 1,4 ---- +! #!/usr/local/bin/python + + import compileall + diff --git a/www/web2ldap/files/patch-ad b/www/web2ldap/files/patch-ad new file mode 100644 index 000000000000..be25133e5c52 --- /dev/null +++ b/www/web2ldap/files/patch-ad @@ -0,0 +1,32 @@ +*** sbin/web2ldap.py.orig Sat Jul 22 02:24:59 2000 +--- sbin/web2ldap.py Sat Jul 22 02:25:26 2000 +*************** +*** 1,4 **** +! #!/usr/bin/python + + ######################################################################## + # web2ldap +--- 1,4 ---- +! #!/usr/local/bin/python + + ######################################################################## + # web2ldap +*************** +*** 10,17 **** + import sys,os + + if os.name == 'posix': +! # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems +! sys.path.append('/etc/web2ldap') + else: + # For finding web2ldapcnf.py in system dirs on Windows systems + for i in ['SystemRoot','windir']: +--- 10,17 ---- + import sys,os + + if os.name == 'posix': +! # For finding web2ldapcnf.py in /usr/local/web2ldap/etc/web2ldap on FreeBSD systems +! sys.path.append('/usr/local/web2ldap/etc/web2ldap') + else: + # For finding web2ldapcnf.py in system dirs on Windows systems + for i in ['SystemRoot','windir']: diff --git a/www/web2ldap/files/patch-ae b/www/web2ldap/files/patch-ae new file mode 100644 index 000000000000..4764bb013e53 --- /dev/null +++ b/www/web2ldap/files/patch-ae @@ -0,0 +1,19 @@ +*** etc/web2ldap/web2ldapcnf/misc.py.orig Sat Jul 22 02:26:08 2000 +--- etc/web2ldap/web2ldapcnf/misc.py Sat Jul 22 02:26:48 2000 +*************** +*** 4,10 **** + ######################################################################## + + # A list with directories containing additional Python modules +! pylibdirs = ['/usr/lib/web2ldap/pylib'] + + ######################################################################## + # HTTP-Options +--- 4,10 ---- + ######################################################################## + + # A list with directories containing additional Python modules +! pylibdirs = ['/usr/local/web2ldap/pylib'] + + ######################################################################## + # HTTP-Options diff --git a/www/web2ldap/files/patch-af b/www/web2ldap/files/patch-af new file mode 100644 index 000000000000..615fef41c80b --- /dev/null +++ b/www/web2ldap/files/patch-af @@ -0,0 +1,25 @@ +*** etc/web2ldap/web2ldapcnf/standalone.py.orig Sat Jul 22 02:26:12 2000 +--- etc/web2ldap/web2ldapcnf/standalone.py Sat Jul 22 02:27:10 2000 +*************** +*** 13,22 **** + error_log = '/var/log/web2ldap/error_log' + + # Where static documents reside +! document_root = '/usr/lib/web2ldap/htdocs/' + + # Path name of mime.types file +! mime_types = '/etc/mime.types' + + # Contact mail address of the server admin when running stand-alone + server_admin = 'admin@web2ldap.de' +--- 13,22 ---- + error_log = '/var/log/web2ldap/error_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' + + # Contact mail address of the server admin when running stand-alone + server_admin = 'admin@web2ldap.de' |