summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-05-24 09:08:48 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-05-24 09:08:48 +0000
commit27627e6face5447f86de697888573c51dfd2ee45 (patch)
treed968b42b428a67c65448da9d161eb25be45fe879 /chat
parente2eda48871620e19b836169de11f635fe2574d39 (diff)
downloadpkgsrc-27627e6face5447f86de697888573c51dfd2ee45.tar.gz
Change JABBERD_PIDDIR to /var/run instead of /var/run/jabberd,
because with the previous way, /etc/rc.d/mouncritlocal removes all the files/dirs in /var/run every time the machine is rebooted... from David Brownlee in private email.
Diffstat (limited to 'chat')
-rw-r--r--chat/jabberd2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index 66658af26f6..2d1a9600678 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 19:44:05 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/24 09:08:48 xtraeme Exp $
#
DISTNAME= jabberd-2.0s2
@@ -132,7 +132,7 @@ JABBERD_LOGDIR?= /var/log/jabberd
# Directory to store the database files
JABBERD_DBDIR?= /var/db/jabberd
# Directory to store the pid files
-JABBERD_PIDDIR?= /var/run/jabberd
+JABBERD_PIDDIR?= /var/run
.for f in ${JABBERD_LOGDIR} ${JABBERD_DBDIR} ${JABBERD_PIDDIR}
OWN_DIRS_PERMS+= ${f} ${JABBERD_USER} ${JABBERD_GROUP} 770