Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src UNPRIVILEGED->UNPRIVED
details: https://anonhg.NetBSD.org/src/rev/0389c8e98126
branches: trunk
changeset: 517781:0389c8e98126
user: perry <perry%NetBSD.org@localhost>
date: Mon Nov 19 05:05:06 2001 +0000
description:
UNPRIVILEGED->UNPRIVED
diffstat:
etc/Makefile | 4 ++--
gnu/usr.bin/ld.new/Makefile | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 11e97da16aa4 -r 0389c8e98126 etc/Makefile
--- a/etc/Makefile Mon Nov 19 04:48:44 2001 +0000
+++ b/etc/Makefile Mon Nov 19 05:05:06 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2001/11/13 17:14:27 tv Exp $
+# $NetBSD: Makefile,v 1.192 2001/11/19 05:05:06 perry Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -277,7 +277,7 @@
distrib-dirs:
${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${DESTDIR}
- ${MTREE} -def mtree/NetBSD.dist -p ${DESTDIR}/ -U ${UNPRIVILEGED:D-W}
+ ${MTREE} -def mtree/NetBSD.dist -p ${DESTDIR}/ -U ${UNPRIVED:D-W}
rm -f ${DESTDIR}/sys
${INSTALL} ${INSTPRIV} -l s -o root -g wheel -m 755 \
usr/src/sys ${DESTDIR}/sys
diff -r 11e97da16aa4 -r 0389c8e98126 gnu/usr.bin/ld.new/Makefile
--- a/gnu/usr.bin/ld.new/Makefile Mon Nov 19 04:48:44 2001 +0000
+++ b/gnu/usr.bin/ld.new/Makefile Mon Nov 19 05:05:06 2001 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2001/08/06 15:56:08 tv Exp $
+# $NetBSD: Makefile,v 1.25 2001/11/19 05:06:50 perry Exp $
-# for OBJECT_FMT, UNPRIVILEGED
+# for OBJECT_FMT, UNPRIVED
.include <bsd.own.mk>
.if !defined(USE_NEW_TOOLCHAIN)
@@ -147,7 +147,7 @@
afterinstall:
.if ${MKSHARE} != "no"
(cd ldscripts ; pax -rw . ${DESTDIR}${SCRIPTDIR})
-.if !defined(UNPRIVILEGED)
+.if !defined(UNPRIVED)
chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${SCRIPTDIR}
.endif
find ${DESTDIR}${SCRIPTDIR} -type f | xargs chmod a=rX
Home |
Main Index |
Thread Index |
Old Index