Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/sparc/miniroot Pull up revision 1.27 (requested...
details: https://anonhg.NetBSD.org/src/rev/0c62da0758ca
branches: netbsd-1-6
changeset: 527901:0c62da0758ca
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jun 13 02:58:27 2002 +0000
description:
Pull up revision 1.27 (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/sparc/miniroot/list | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0c2c5d825dbe -r 0c62da0758ca distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list Thu Jun 13 02:58:18 2002 +0000
+++ b/distrib/sparc/miniroot/list Thu Jun 13 02:58:27 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.24.2.2 2002/05/29 04:59:41 lukem Exp $
+# $NetBSD: list,v 1.24.2.3 2002/06/13 02:58:27 lukem Exp $
# Sparc extra's
PROG bin/rcmd
@@ -29,6 +29,8 @@
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
+# ensure binstall is executable
+MTREE ./usr/mdec/binstall mode=0555
# the zoneinfo
COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
Home |
Main Index |
Thread Index |
Old Index