blob: 044bf0b8b5bbf4177a698ca6083cfa27b2ee8fb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
diff -ur vmailmgr-0.96.9.orig/authenticate/Makefile.am vmailmgr-0.96.9/authenticate/Makefile.am
--- vmailmgr-0.96.9.orig/authenticate/Makefile.am Sat Sep 23 22:23:32 2000
+++ vmailmgr-0.96.9/authenticate/Makefile.am Sun Apr 28 20:42:01 2002
@@ -1,6 +1,6 @@
bin_PROGRAMS = checkvpw vauthenticate
authlib_PROGRAMS = authvmailmgr
-authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/
+authlibdir = ${prefix}/lib/courier-imap/authlib/
noinst_PODS = checkvpw.pod vauthenticate.pod
noinst_HTMLS = $(noinst_PODS:.pod=.html)
diff -ur vmailmgr-0.96.9.orig/authenticate/Makefile.in vmailmgr-0.96.9/authenticate/Makefile.in
--- vmailmgr-0.96.9.orig/authenticate/Makefile.in Sun Oct 1 06:33:29 2000
+++ vmailmgr-0.96.9/authenticate/Makefile.in Sun Apr 28 20:42:17 2002
@@ -83,7 +83,7 @@
bin_PROGRAMS = checkvpw vauthenticate
authlib_PROGRAMS = authvmailmgr
-authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/
+authlibdir = ${prefix}/lib/courier-imap/authlib/
noinst_PODS = checkvpw.pod vauthenticate.pod
noinst_HTMLS = $(noinst_PODS:.pod=.html)
diff -ur vmailmgr-0.96.9.orig/configure vmailmgr-0.96.9/configure
--- vmailmgr-0.96.9.orig/configure Sun Oct 1 06:24:23 2000
+++ vmailmgr-0.96.9/configure Sun Apr 28 20:40:59 2002
@@ -2682,7 +2682,7 @@
done
-cgidir='${prefix}/cgi-bin'
+cgidir='/home/httpd/cgi-bin'
trap '' 1 2 15
|