pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/navigator Use ROOT_USER and ROOT_GROUP instead of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/081fcd3372ed
branches: trunk
changeset: 485514:081fcd3372ed
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Dec 14 19:03:26 2004 +0000
description:
Use ROOT_USER and ROOT_GROUP instead of "0".
diffstat:
www/navigator/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d57c46c88b05 -r 081fcd3372ed www/navigator/Makefile.common
--- a/www/navigator/Makefile.common Tue Dec 14 18:47:09 2004 +0000
+++ b/www/navigator/Makefile.common Tue Dec 14 19:03:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.71 2004/07/27 08:00:50 tron Exp $
+# $NetBSD: Makefile.common,v 1.72 2004/12/14 19:03:26 minskim Exp $
#
# Common include file for communicator and navigator packages
@@ -239,7 +239,7 @@
. endif
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${CHOWN} -R 0:0 ${MOZILLA_HOME}
+ ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${MOZILLA_HOME}
${CHMOD} -R go-w ${MOZILLA_HOME}
. endif
Home |
Main Index |
Thread Index |
Old Index