diff options
author | joerg <joerg> | 2010-02-19 21:23:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-19 21:23:34 +0000 |
commit | 7a6410f4d1e64f3175c074b0587799b68146a314 (patch) | |
tree | 240c25258ed2b2775b079a5d14ab86c8ca87e32a /sysutils | |
parent | cbea21afc0daf07911933ab38b742083aaea28cb (diff) | |
download | pkgsrc-7a6410f4d1e64f3175c074b0587799b68146a314.tar.gz |
Fix permissions.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ups-nut/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index d711fab3f1f..e85c68699d2 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2010/02/17 15:21:36 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2010/02/19 21:23:34 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -39,13 +39,13 @@ CONF_FILES+= ${NUT_EGDIR}/upssched.conf.sample \ CONF_FILES_PERMS= ${NUT_EGDIR}/upsd.conf.sample \ ${NUT_CONFDIR}/upsd.conf \ - ${ROOT_USER} ${ROOT_GROUP} 0600 + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600 CONF_FILES_PERMS+= ${NUT_EGDIR}/upsd.users.sample \ ${NUT_CONFDIR}/upsd.users \ - ${ROOT_USER} ${ROOT_GROUP} 0600 + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600 CONF_FILES_PERMS+= ${NUT_EGDIR}/upsmon.conf.sample \ ${NUT_CONFDIR}/upsmon.conf \ - ${ROOT_USER} ${ROOT_GROUP} 0600 + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600 RCD_SCRIPTS= ups upsd upsdriver upslog upsmon OWN_DIRS= ${NUT_CONFDIR} |