Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/ramdisk-small Pull up revision 1....



details:   https://anonhg.NetBSD.org/src/rev/cd2235ab7cfe
branches:  netbsd-1-5
changeset: 490586:cd2235ab7cfe
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 19:23:13 2001 +0000

description:
Pull up revision 1.3 (via patch, requested by jmc):
  Squeeze so these fit again:
   o Replace less(1) with more(1)

diffstat:

 distrib/i386/floppies/ramdisk-small/ramdiskbin.conf |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 322c572f44e0 -r cd2235ab7cfe distrib/i386/floppies/ramdisk-small/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf       Sat Feb 03 19:22:47 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf       Sat Feb 03 19:23:13 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.2.2.2 2000/10/09 13:43:33 fvdl Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.2.2.3 2001/02/03 19:23:13 he Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -6,8 +6,8 @@
 srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
 
 progs bad144 cat chmod chown 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
@@ -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,7 +33,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