Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies Replace less (1) with more(1) so the s...
details: https://anonhg.NetBSD.org/src/rev/6fe0173c96a1
branches: trunk
changeset: 500647:6fe0173c96a1
user: jmc <jmc%NetBSD.org@localhost>
date: Thu Dec 14 22:28:31 2000 +0000
description:
Replace less (1) with more(1) so the smaller images build.
diffstat:
distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf | 11 ++++++-----
distrib/i386/floppies/ramdisk-rescuetiny/ramdiskbin.conf | 11 ++++++-----
distrib/i386/floppies/ramdisk-small/ramdiskbin.conf | 6 ++++--
distrib/i386/floppies/ramdisk-tiny/ramdiskbin.conf | 11 ++++++-----
4 files changed, 22 insertions(+), 17 deletions(-)
diffs (148 lines):
diff -r a1ecee1e2b34 -r 6fe0173c96a1 distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf Thu Dec 14 22:27:29 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf Thu Dec 14 22:28:31 2000 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: ramdiskbin.conf,v 1.1 2000/09/27 16:04:15 fvdl Exp $
+# $NetBSD: ramdiskbin.conf,v 1.2 2000/12/14 22:28:31 jmc Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
-srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
+srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
progs bad144 cat chmod chown chroot cp dd df disklabel dump ed
-progs fsck fsck_ffs ftp gzip ifconfig init installboot less
-progs ln ls mkdir mknod
+progs fsck fsck_ffs ftp gzip ifconfig init installboot
+progs ln ls mkdir mknod more
progs mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mt mv newfs ping pwd rcmd reboot restore rm
progs route sh stty swapctl sync
@@ -20,6 +20,7 @@
special dd srcdir distrib/utils/x_dd
special ftp srcdir distrib/utils/x_ftp
special ifconfig srcdir distrib/utils/x_ifconfig
+special more srcdir distrib/utils/more
special route srcdir distrib/utils/x_route
special sh srcdir distrib/utils/x_sh
special ping srcdir distrib/utils/x_ping
@@ -27,7 +28,7 @@
ln pax tar
ln chown chgrp
ln gzip gzcat gunzip
-ln less more
+ln more less
ln sh -sh # init invokes the shell this way
ln reboot halt
ln dump rdump
diff -r a1ecee1e2b34 -r 6fe0173c96a1 distrib/i386/floppies/ramdisk-rescuetiny/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-rescuetiny/ramdiskbin.conf Thu Dec 14 22:27:29 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/ramdiskbin.conf Thu Dec 14 22:28:31 2000 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: ramdiskbin.conf,v 1.1 2000/09/27 16:04:16 fvdl Exp $
+# $NetBSD: ramdiskbin.conf,v 1.2 2000/12/14 22:28:31 jmc Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
-srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
+srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
progs bad144 cat chio chmod chown chroot cp dd df disklabel dump ed
-progs fsck fsck_ffs ftp gzip ifconfig init installboot less
-progs ln ls mkdir mknod
+progs fsck fsck_ffs ftp gzip ifconfig init installboot
+progs ln ls mkdir mknod more
progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos
progs mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot restore rm
progs route scsictl sh sysctl stty swapctl sync
@@ -20,6 +20,7 @@
special dd srcdir distrib/utils/x_dd
special ftp srcdir distrib/utils/x_ftp
special ifconfig srcdir distrib/utils/x_ifconfig
+special more srcdir distrib/utils/more
special route srcdir distrib/utils/x_route
special sh srcdir distrib/utils/x_sh
special ping srcdir distrib/utils/x_ping
@@ -27,7 +28,7 @@
ln pax tar
ln chown chgrp
ln gzip gzcat gunzip
-ln less more
+ln more less
ln sh -sh # init invokes the shell this way
ln reboot halt
ln dump rdump
diff -r a1ecee1e2b34 -r 6fe0173c96a1 distrib/i386/floppies/ramdisk-small/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf Thu Dec 14 22:27:29 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf Thu Dec 14 22:28:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ramdiskbin.conf,v 1.2 2000/10/06 14:40:37 fvdl Exp $
+# $NetBSD: ramdiskbin.conf,v 1.3 2000/12/14 22:28:31 jmc Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
@@ -7,7 +7,7 @@
progs bad144 cat chmod chown cp disklabel
progs fsck fsck_ffs ftp gzip ifconfig init installboot
-progs ln ls mkdir mknod
+progs ln ls mkdir mknod more
progs mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm
progs route sed sh stty swapctl
@@ -20,6 +20,7 @@
special ftp srcdir distrib/utils/x_ftp
special ifconfig srcdir distrib/utils/x_ifconfig
+special more srcdir distrib/utils/more
special route srcdir distrib/utils/x_route
special sh srcdir distrib/utils/x_sh
special ping srcdir distrib/utils/x_ping
@@ -32,6 +33,7 @@
ln pax tar
ln chown chgrp
ln gzip gzcat gunzip
+ln more less
ln sh -sh # init invokes the shell this way
ln reboot halt
diff -r a1ecee1e2b34 -r 6fe0173c96a1 distrib/i386/floppies/ramdisk-tiny/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-tiny/ramdiskbin.conf Thu Dec 14 22:27:29 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/ramdiskbin.conf Thu Dec 14 22:28:31 2000 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: ramdiskbin.conf,v 1.2 2000/09/27 16:04:17 fvdl Exp $
+# $NetBSD: ramdiskbin.conf,v 1.3 2000/12/14 22:28:31 jmc Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
-srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
+srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
progs bad144 cat chmod chown chroot cp disklabel
-progs fsck fsck_ffs ftp gzip ifconfig init installboot less
-progs ln ls mkdir mknod
+progs fsck fsck_ffs ftp gzip ifconfig init installboot
+progs ln ls mkdir mknod more
progs mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm
progs route sed sh stty swapctl
@@ -18,6 +18,7 @@
special sysinst srcdir distrib/utils/sysinst/arch/i386
special ftp srcdir distrib/utils/x_ftp
special ifconfig srcdir distrib/utils/x_ifconfig
+special more srcdir distrib/utils/more
special route srcdir distrib/utils/x_route
special sh srcdir distrib/utils/x_sh
special ping srcdir distrib/utils/x_ping
@@ -28,7 +29,7 @@
ln pax tar
ln chown chgrp
ln gzip gzcat gunzip
-ln less more
+ln more less
ln sh -sh # init invokes the shell this way
ln reboot halt
Home |
Main Index |
Thread Index |
Old Index