From 27627e6face5447f86de697888573c51dfd2ee45 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 24 May 2004 09:08:48 +0000 Subject: 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. --- chat/jabberd2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat') 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 -- cgit v1.2.3