pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wdm Fix wrong ownership of authorization directori...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ee5204bfa53
branches:  trunk
changeset: 571127:7ee5204bfa53
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Feb 08 09:47:44 2010 +0000

description:
Fix wrong ownership of authorization directories. Bump PKGREVISION.

diffstat:

 x11/wdm/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r abd8217e4e67 -r 7ee5204bfa53 x11/wdm/Makefile
--- a/x11/wdm/Makefile  Mon Feb 08 09:47:06 2010 +0000
+++ b/x11/wdm/Makefile  Mon Feb 08 09:47:44 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2010/01/18 09:59:44 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2010/02/08 09:47:44 tnn Exp $
 
 DISTNAME=              wdm-1.28
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            x11 windowmaker
 MASTER_SITES=          http://voins.program.ru/wdm/
 
@@ -29,11 +29,11 @@
 PKG_DESTDIR_SUPPORT= user-destdir
 
 OWN_DIRS_PERMS=                ${PKG_SYSCONFDIR}/authdir                       \
-                       ${ROOT_USER} ${ROOT_GROUP} 700
+                       ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
 OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/authdir/authfiles             \
-                       ${ROOT_USER} ${ROOT_GROUP} 700
+                       ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
 OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/authdir/authdir               \
-                       ${ROOT_USER} ${ROOT_GROUP} 700
+                       ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
 
 CONF_FILES=
 .for f in      GiveConsole TakeConsole Xaccess Xclients Xclients.in    \



Home | Main Index | Thread Index | Old Index