pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/jabberd2 Change JABBERD_PIDDIR to /var/run instea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/88280f253449
branches: trunk
changeset: 475722:88280f253449
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon May 24 09:08:48 2004 +0000
description:
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:
chat/jabberd2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e71de51d9344 -r 88280f253449 chat/jabberd2/Makefile
--- a/chat/jabberd2/Makefile Mon May 24 08:25:33 2004 +0000
+++ b/chat/jabberd2/Makefile Mon May 24 09:08:48 2004 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index