pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ups-nut Fix permissions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc08ea02ac45
branches:  trunk
changeset: 572078:dc08ea02ac45
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 19 21:23:34 2010 +0000

description:
Fix permissions.

diffstat:

 sysutils/ups-nut/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r e5acf815b78c -r dc08ea02ac45 sysutils/ups-nut/Makefile
--- a/sysutils/ups-nut/Makefile Fri Feb 19 21:21:20 2010 +0000
+++ b/sysutils/ups-nut/Makefile Fri Feb 19 21:23:34 2010 +0000
@@ -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_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}



Home | Main Index | Thread Index | Old Index