Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib consistency cleanup
details: https://anonhg.NetBSD.org/src/rev/c6f7a96ce803
branches: trunk
changeset: 525595:c6f7a96ce803
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Apr 13 13:42:57 2002 +0000
description:
consistency cleanup
diffstat:
distrib/arc/ramdisk/list | 8 ++++----
distrib/cats/ramdisk/list | 17 ++++++-----------
distrib/hp300/ramdisk/list | 8 ++++----
distrib/macppc/floppies/ramdisk/list | 11 ++++-------
distrib/miniroot/list | 12 ++++++------
distrib/news68k/floppies/ramdisk/list | 10 +++++-----
distrib/newsmips/floppies/ramdisk/list | 10 +++++-----
distrib/sandpoint/floppies/ramdisk/list | 11 ++++-------
distrib/shark/instkernel/ramdisk/list | 8 ++++----
distrib/sparc/ramdisk/list | 22 ++++++++++++----------
10 files changed, 54 insertions(+), 63 deletions(-)
diffs (truncated from 368 to 300 lines):
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/arc/ramdisk/list
--- a/distrib/arc/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/arc/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.1 2002/04/06 18:40:33 tsutsui Exp $
+# $NetBSD: list,v 1.2 2002/04/13 13:42:57 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@@ -56,6 +56,9 @@
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ftp srcdir distrib/utils/x_ftp
@@ -71,9 +74,6 @@
#COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/cats/ramdisk/list
--- a/distrib/cats/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/cats/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.1 2002/04/11 16:33:59 skrll Exp $
+# $NetBSD: list,v 1.2 2002/04/13 13:42:57 lukem Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@@ -51,13 +51,13 @@
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
SPECIAL ping srcdir distrib/utils/x_ping
LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
@@ -65,16 +65,11 @@
COPY ${_SRC_TOP_}/etc/protocols etc/protocols
COPY ${_SRC_TOP_}/etc/services etc/services
-#CMD ${PWD_MKDB} -L -d ./ etc/master.passwd
-#
-#MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644
-#MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600
-
# and the common installation tools
-COPY ${CURDIR}/termcap.mini usr/share/misc/termcap
+COPY ${CURDIR}/termcap.mini usr/share/misc/termcap
# the disktab explanation file
-COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
+COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/hp300/ramdisk/list
--- a/distrib/hp300/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/hp300/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.3 2002/04/09 00:31:39 lukem Exp $
+# $NetBSD: list,v 1.4 2002/04/13 13:42:58 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@@ -40,6 +40,9 @@
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
SPECIAL ftp srcdir distrib/utils/x_ftp
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL mount srcdir distrib/utils/x_mount
@@ -52,9 +55,6 @@
COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif
COPY ${DESTDIR}/usr/mdec/installboot usr/mdec/installboot
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/macppc/floppies/ramdisk/list
--- a/distrib/macppc/floppies/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/macppc/floppies/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.15 2002/04/07 03:46:44 tsutsui Exp $
+# $NetBSD: list,v 1.16 2002/04/13 13:42:58 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@@ -54,6 +54,9 @@
PROG usr/mdec/installboot
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ftp srcdir distrib/utils/x_ftp
@@ -73,9 +76,6 @@
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
@@ -92,6 +92,3 @@
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644
-
-# Minimaize use of MFS
-SYMLINK /tmp var/tmp
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/miniroot/list
--- a/distrib/miniroot/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/miniroot/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.17 2002/03/06 12:04:49 lukem Exp $
+# $NetBSD: list,v 1.18 2002/04/13 13:42:58 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@@ -17,7 +17,7 @@
PROG bin/mt
PROG bin/mv
PROG bin/pwd
-PROG bin/pax usr/bin/tar usr/bin/cpio
+PROG bin/pax usr/bin/tar usr/bin/cpio
PROG bin/rm
PROG bin/sh
PROG bin/stty
@@ -33,7 +33,7 @@
PROG sbin/mount_cd9660
PROG sbin/mount_ffs
PROG sbin/mount_nfs
-PROG sbin/newfs sbin/mount_mfs
+PROG sbin/newfs sbin/mount_mfs
PROG sbin/ping
PROG sbin/route
PROG sbin/shutdown
@@ -42,7 +42,7 @@
PROG usr/bin/chflags
PROG usr/bin/ftp
-PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
+PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
PROG usr/bin/sed
PROG usr/bin/sort
PROG usr/bin/tip
@@ -50,6 +50,8 @@
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
+ARGVLN sh -sh
+
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL ping srcdir distrib/utils/x_ping
@@ -57,8 +59,6 @@
LIBS -lrmt -ledit -lutil -lcurses -ltermcap -lbz2 -lcrypt -lintl -ll -lm -lkvm
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/news68k/floppies/ramdisk/list
--- a/distrib/news68k/floppies/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/news68k/floppies/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.12 2002/04/07 03:46:44 tsutsui Exp $
+# $NetBSD: list,v 1.13 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@@ -50,10 +50,13 @@
PROG usr/bin/sed
PROG usr/bin/tset
+PROG usr/mdec/installboot
+
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
-PROG usr/mdec/installboot
+# init invokes the shell as -sh
+ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
@@ -74,9 +77,6 @@
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/newsmips/floppies/ramdisk/list
--- a/distrib/newsmips/floppies/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/newsmips/floppies/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.8 2002/04/07 03:46:45 tsutsui Exp $
+# $NetBSD: list,v 1.9 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@@ -49,10 +49,13 @@
PROG usr/bin/sed
PROG usr/bin/tset
+PROG usr/mdec/installboot
+
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
-PROG usr/mdec/installboot
+# init invokes the shell as -sh
+ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
#SPECIAL ed srcdir distrib/utils/x_ed
@@ -73,9 +76,6 @@
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/sandpoint/floppies/ramdisk/list
--- a/distrib/sandpoint/floppies/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/sandpoint/floppies/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.2 2002/04/12 01:15:15 briggs Exp $
+# $NetBSD: list,v 1.3 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@@ -52,6 +52,9 @@
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ftp srcdir distrib/utils/x_ftp
@@ -65,9 +68,6 @@
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
@@ -84,6 +84,3 @@
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644
-
-# Minimaize use of MFS
-SYMLINK /tmp var/tmp
diff -r 884db7ef31c2 -r c6f7a96ce803 distrib/shark/instkernel/ramdisk/list
--- a/distrib/shark/instkernel/ramdisk/list Sat Apr 13 13:42:05 2002 +0000
+++ b/distrib/shark/instkernel/ramdisk/list Sat Apr 13 13:42:57 2002 +0000
Home |
Main Index |
Thread Index |
Old Index