Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/miniroot Pull up revision 1.21 (requested by lu...
details: https://anonhg.NetBSD.org/src/rev/df550b78c148
branches: netbsd-1-6
changeset: 527590:df550b78c148
user: lukem <lukem%NetBSD.org@localhost>
date: Wed May 29 04:55:03 2002 +0000
description:
Pull up revision 1.21 (requested by lukem):
- fix permissions on generated install.sub
- COPY install & upgrade with 555 (not 755) perms
- sort some entries
diffstat:
distrib/miniroot/list | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r bddf77017d5a -r df550b78c148 distrib/miniroot/list
--- a/distrib/miniroot/list Wed May 29 04:54:27 2002 +0000
+++ b/distrib/miniroot/list Wed May 29 04:55:03 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.20 2002/05/07 14:59:35 lukem Exp $
+# $NetBSD: list,v 1.20.2.1 2002/05/29 04:55:03 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@@ -24,8 +24,7 @@
PROG bin/sleep
PROG bin/sync
-PROG sbin/fsck_ffs sbin/fsck
-PROG sbin/reboot sbin/halt
+PROG sbin/fsck_ffs sbin/fsck
PROG sbin/ifconfig
PROG sbin/init
PROG sbin/mknod
@@ -35,6 +34,7 @@
PROG sbin/mount_nfs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/ping
+PROG sbin/reboot sbin/halt
PROG sbin/route
PROG sbin/shutdown
PROG sbin/slattach
@@ -68,7 +68,7 @@
COPY ${NETBSDSRCDIR}/etc/services etc/services
# and the installation scripts
-COPY ${CURDIR}/install.sub install.sub
-COPY ${CURDIR}/install.sh install 755
-COPY ${CURDIR}/upgrade.sh upgrade 755
+COPY ${CURDIR}/install.sh install 555
+COPY ${CURDIR}/upgrade.sh upgrade 555
CMD sed "/^VERSION=/s/=.*/=${DISTRIBREV}/" < ${CURDIR}/install.sub > install.sub
+MTREE ./install.sub type=file uname=root gname=wheel mode=0444
Home |
Main Index |
Thread Index |
Old Index