Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/sgimips/miniroot Pull up revision 1.2 (requeste...
details: https://anonhg.NetBSD.org/src/rev/0c2c5d825dbe
branches: netbsd-1-6
changeset: 527900:0c2c5d825dbe
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jun 13 02:58:18 2002 +0000
description:
Pull up revision 1.2 (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/sgimips/miniroot/list | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 7bbfea3616fb -r 0c2c5d825dbe distrib/sgimips/miniroot/list
--- a/distrib/sgimips/miniroot/list Thu Jun 13 02:58:02 2002 +0000
+++ b/distrib/sgimips/miniroot/list Thu Jun 13 02:58:18 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.1 2002/05/21 20:51:34 rafal Exp $
+# $NetBSD: list,v 1.1.2.1 2002/06/13 02:58:18 lukem Exp $
# extras in bin
PROG bin/csh
@@ -29,7 +29,8 @@
SYMLINK /tmp var/tmp
# we need the contents of /usr/mdec
-COPYDIR ${DESTDIR}/usr/mdec usr/mdec
+COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
+COPY ${DESTDIR}/usr/mdec/boot.elf usr/mdec/boot.elf
# the zoneinfo (dont use)
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
Home |
Main Index |
Thread Index |
Old Index