Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/mvme68k/miniroot Pull up revision 1.11 (request...



details:   https://anonhg.NetBSD.org/src/rev/b659cfcb1af7
branches:  netbsd-1-6
changeset: 527902:b659cfcb1af7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 13 04:33:35 2002 +0000

description:
Pull up revision 1.11 (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/mvme68k/miniroot/list |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0c62da0758ca -r b659cfcb1af7 distrib/mvme68k/miniroot/list
--- a/distrib/mvme68k/miniroot/list     Thu Jun 13 02:58:27 2002 +0000
+++ b/distrib/mvme68k/miniroot/list     Thu Jun 13 04:33:35 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.8.2.1 2002/05/29 04:58:59 lukem Exp $
+#      $NetBSD: list,v 1.8.2.2 2002/06/13 04:33:35 lukem Exp $
 
 # mvme68k's extras
 PROG   sbin/disklabel
@@ -25,6 +25,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