Corrected rights to /var/db/downtimed 0700 -> 0755
This commit is contained in:
parent
bca0832246
commit
2a91ff4f7e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/02/28 13:20:56 errellion Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2012/02/28 13:32:37 errellion Exp $
|
||||
#
|
||||
|
||||
DISTNAME= downtimed-0.5
|
||||
|
@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
BUILD_DEFS+= VARBASE
|
||||
OWN_DIRS_PERMS+= ${VARBASE}/db/downtimed ${ROOT_USER} ${ROOT_GROUP} 0700
|
||||
OWN_DIRS_PERMS+= ${VARBASE}/db/downtimed ${ROOT_USER} ${ROOT_GROUP} 0755
|
||||
RCD_SCRIPTS+= downtimed
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue