Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/hp300/miniroot Pull up revision 1.9 (requested ...
details: https://anonhg.NetBSD.org/src/rev/7bbfea3616fb
branches: netbsd-1-6
changeset: 527899:7bbfea3616fb
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jun 13 02:58:02 2002 +0000
description:
Pull up revision 1.9 (requested by lukem in ticket #260):
as COPYDIR copies files with 444 permissions, we need to explicitly
add MTREE entries to change the permissions of executable programs
such as usr/mdec/installboot and usr/mdec/binstall
diffstat:
distrib/hp300/miniroot/list | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a3dab8ed3364 -r 7bbfea3616fb distrib/hp300/miniroot/list
--- a/distrib/hp300/miniroot/list Thu Jun 13 02:53:29 2002 +0000
+++ b/distrib/hp300/miniroot/list Thu Jun 13 02:58:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.8 2002/04/26 15:50:31 lukem Exp $
+# $NetBSD: list,v 1.8.2.1 2002/06/13 02:58:02 lukem Exp $
# hp300 extra's
PROG sbin/disklabel
@@ -24,6 +24,8 @@
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
+# ensure installboot is executable
+MTREE ./usr/mdec/installboot mode=0555
# the zoneinfo
COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
Home |
Main Index |
Thread Index |
Old Index