summaryrefslogtreecommitdiff
path: root/mail/prayer/patches/patch-ab
diff options
context:
space:
mode:
authorheinz <heinz>2004-02-28 23:50:59 +0000
committerheinz <heinz>2004-02-28 23:50:59 +0000
commitd4e34b524bb77ac4822fcde497ae8b5ef5590bef (patch)
tree91f9a532c97d32000acf13eaae94e7c4eb7febd3 /mail/prayer/patches/patch-ab
parent507227d166f88ef4456d9d4f17532d5a8a5099fb (diff)
downloadpkgsrc-d4e34b524bb77ac4822fcde497ae8b5ef5590bef.tar.gz
Compiles and works with db4.
Creates user and group now. "make reinstall" works again. No change of ownership of /usr/pkg/sbin anymore. New RCD script (needs work on non-NetBSD platforms regarding "ps" command options). Bump revision.
Diffstat (limited to 'mail/prayer/patches/patch-ab')
-rw-r--r--mail/prayer/patches/patch-ab18
1 files changed, 14 insertions, 4 deletions
diff --git a/mail/prayer/patches/patch-ab b/mail/prayer/patches/patch-ab
index b5297dc2456..d33521024e5 100644
--- a/mail/prayer/patches/patch-ab
+++ b/mail/prayer/patches/patch-ab
@@ -1,8 +1,18 @@
-$NetBSD: patch-ab,v 1.2 2003/07/28 15:51:25 adam Exp $
+$NetBSD: patch-ab,v 1.3 2004/02/28 23:50:59 heinz Exp $
---- files/install.sh.orig 2003-05-19 14:34:10.000000000 +0200
-+++ files/install.sh 2003-07-28 17:18:33.000000000 +0200
-@@ -75,13 +75,16 @@
+--- files/install.sh.orig Mon May 19 14:34:10 2003
++++ files/install.sh
+@@ -67,21 +67,24 @@ if [ ! -d ${PREFIX}/etc ]; then
+ ${INSTALL} -d -o ${RO_USER} -g ${RO_GROUP} -m ${PUBLIC_DIR} ${PREFIX}/etc
+ fi
+
+-if [ ! -d ${PREFIX}/certs ]; then
+- ${INSTALL} -d -o ${RO_USER} -g ${RO_GROUP} -m ${PRIVATE_DIR} ${PREFIX}/certs
++if [ ! -d ${SSLCERTS} ]; then
++ ${BSD_INSTALL_DATA_DIR} ${SSLCERTS}
+ fi
+
+ if [ ! -d ${BIN_DIR} ]; then
${INSTALL} -d -o ${RO_USER} -g ${RO_GROUP} -m ${PRIVATE_DIR} ${BIN_DIR}
fi