pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/bitlbee



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri May 18 17:54:06 UTC 2018

Modified Files:
        pkgsrc/chat/bitlbee: Makefile

Log Message:
bitlbee: Adjust permissions of ${VARBASE}/run/bitlbee

Similarly to ${STATEDIR}, ${VARBASE}/run/bitlbee should be owned by
bitlbee:nobody.

This fixes the case when bitlbee is started in daemon mode (via
rc.d/bitlbee) as `bitlbee' User. Now `service bitlbee start|stop'
works properly (previously the pidfile wasn't created in that case).

Approved by <tonio>, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/chat/bitlbee/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/bitlbee/Makefile
diff -u pkgsrc/chat/bitlbee/Makefile:1.74 pkgsrc/chat/bitlbee/Makefile:1.75
--- pkgsrc/chat/bitlbee/Makefile:1.74   Tue Apr 17 22:29:35 2018
+++ pkgsrc/chat/bitlbee/Makefile        Fri May 18 17:54:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2018/04/17 22:29:35 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2018/05/18 17:54:05 leot Exp $
 
 DISTNAME=              bitlbee-3.5.1
 PKGREVISION=           1
@@ -41,6 +41,7 @@ DOCDIR=                       ${PREFIX}/share/doc/bitlbee
 STATEDIR=              ${VARBASE}/db/bitlbee
 
 OWN_DIRS_PERMS=                ${STATEDIR} bitlbee nobody 700
+OWN_DIRS_PERMS+=       ${VARBASE}/run/bitlbee bitlbee nobody 700
 
 PKG_GROUPS=            nobody
 PKG_USERS=             bitlbee:nobody



Home | Main Index | Thread Index | Old Index