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-rescuesmall Pull up revis...



details:   https://anonhg.NetBSD.org/src/rev/322c572f44e0
branches:  netbsd-1-5
changeset: 490585:322c572f44e0
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 19:22:47 2001 +0000

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

diffstat:

 distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r e6ea24b1dfb7 -r 322c572f44e0 distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf Sat Feb 03 19:12:40 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf Sat Feb 03 19:22:47 2001 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: ramdiskbin.conf,v 1.1.2.2 2000/10/09 13:43:31 fvdl Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.1.2.3 2001/02/03 19:22:47 he 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



Home | Main Index | Thread Index | Old Index