Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun2/miniroot Revert the previous again; miniroot ov...



details:   https://anonhg.NetBSD.org/src/rev/f0c0f484622d
branches:  trunk
changeset: 940214:f0c0f484622d
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Oct 06 13:32:41 2020 +0000

description:
Revert the previous again; miniroot overflows this time...

- switch to x_disklabel (drop non-native label support)
- switch to x_fsck_ffs and x_newfs (drop byte-swapped and Apple UFS support)
- switch to more

diffstat:

 distrib/sun2/miniroot/list |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 464e7a6015b5 -r f0c0f484622d distrib/sun2/miniroot/list
--- a/distrib/sun2/miniroot/list        Tue Oct 06 08:13:27 2020 +0000
+++ b/distrib/sun2/miniroot/list        Tue Oct 06 13:32:41 2020 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: list,v 1.22 2020/10/04 23:42:43 rin Exp $
+# $NetBSD: list,v 1.23 2020/10/06 13:32:41 rin Exp $
 #
 
 # The PROM provides a default kernel name of "vmunix"
@@ -127,7 +127,7 @@
 PROG   usr/bin/cksum
 PROG   usr/bin/cmp
 PROG   usr/bin/ftp
-PROG   usr/bin/less    usr/bin/more
+PROG   usr/bin/more    usr/bin/less
 PROG   usr/bin/rsh
 PROG   usr/bin/sed
 PROG   usr/bin/tip
@@ -138,14 +138,18 @@
 # install.md still uses sort
 PROG   usr/bin/sort
 
-SPECIAL        less            srcdir  external/bsd/less/bin/less
 SPECIAL        vi              srcdir  external/bsd/nvi/usr.bin/nvi
 
+SPECIAL        disklabel       srcdir  distrib/utils/x_disklabel
 SPECIAL        ed              srcdir  distrib/utils/x_ed
+SPECIAL        fsck_ffs        srcdir  distrib/utils/x_fsck_ffs
 SPECIAL        gzip            srcdir  distrib/utils/x_gzip
 SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
+SPECIAL        newfs           srcdir  distrib/utils/x_newfs
 SPECIAL        ping            srcdir  distrib/utils/x_ping
 SPECIAL        route           srcdir  distrib/utils/x_route
+
+SPECIAL        more            srcdir  distrib/utils/more
 SPECIAL        edlabel         srcdir  distrib/utils/edlabel
 
 ARGVLN sh -sh



Home | Main Index | Thread Index | Old Index