Source-Changes-HG archive

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

[src/trunk]: src Add: less (more), vi, chroot



details:   https://anonhg.NetBSD.org/src/rev/4f1b5044ec95
branches:  trunk
changeset: 572685:4f1b5044ec95
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 10 09:51:33 2005 +0000

description:
Add: less (more), vi, chroot
Requested by Matthew Mondor in PR 26147

diffstat:

 distrib/sets/lists/base/rescue.mi |   6 +++++-
 rescue/list                       |  11 +++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diffs (70 lines):

diff -r 5a48d432b833 -r 4f1b5044ec95 distrib/sets/lists/base/rescue.mi
--- a/distrib/sets/lists/base/rescue.mi Mon Jan 10 05:42:09 2005 +0000
+++ b/distrib/sets/lists/base/rescue.mi Mon Jan 10 09:51:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rescue.mi,v 1.6 2005/01/10 03:13:04 lukem Exp $
+# $NetBSD: rescue.mi,v 1.7 2005/01/10 09:53:00 lukem Exp $
 ./rescue/[                                     base-rescue-root
 ./rescue/atactl                                        base-rescue-root
 ./rescue/badsect                               base-rescue-root
@@ -12,6 +12,7 @@
 ./rescue/chio                                  base-rescue-root
 ./rescue/chmod                                 base-rescue-root
 ./rescue/chown                                 base-rescue-root
+./rescue/chroot                                        base-rescue-root
 ./rescue/clri                                  base-rescue-root
 ./rescue/cp                                    base-rescue-root
 ./rescue/csh                                   base-rescue-root
@@ -51,6 +52,7 @@
 ./rescue/ktrace                                        base-rescue-root
 ./rescue/ktruss                                        base-rescue-root
 ./rescue/ldd                                   base-rescue-root
+./rescue/less                                  base-rescue-root
 ./rescue/lmcctl                                        base-rescue-root
 ./rescue/ln                                    base-rescue-root
 ./rescue/ls                                    base-rescue-root
@@ -59,6 +61,7 @@
 ./rescue/mknod                                 base-rescue-root
 ./rescue/modload                               base-rescue-root
 ./rescue/modunload                             base-rescue-root
+./rescue/more                                  base-rescue-root
 ./rescue/mount                                 base-rescue-root
 ./rescue/mount_ados                            base-rescue-root
 ./rescue/mount_cd9660                          base-rescue-root
@@ -124,6 +127,7 @@
 ./rescue/ttyflags                              base-rescue-root
 ./rescue/tunefs                                        base-rescue-root
 ./rescue/umount                                        base-rescue-root
+./rescue/vi                                    base-rescue-root
 ./rescue/wdogctl                               base-rescue-root
 ./rescue/wsconsctl                             base-rescue-root
 ./rescue/zcat                                  base-rescue-root
diff -r 5a48d432b833 -r 4f1b5044ec95 rescue/list
--- a/rescue/list       Mon Jan 10 05:42:09 2005 +0000
+++ b/rescue/list       Mon Jan 10 09:51:33 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.13 2005/01/10 02:58:59 lukem Exp $
+#      $NetBSD: list,v 1.14 2005/01/10 09:51:33 lukem Exp $
 
 SRCDIRS        bin
 
@@ -120,11 +120,18 @@
 PROG   ktruss
 PROG   ldd
 
+PROG   less            more
+SPECIAL        less            srcdir  usr.bin/less/less
+
+PROG   vi
+SPECIAL vi             srcdir  usr.bin/vi/build
+
 SRCDIRS        usr.sbin
 
 PROG   chown           chgrp
+PROG   chroot
 PROG   installboot
 
 SPECIAL ldd    srcdir  usr.bin/ldd/${LDD_CMD}
 
-LIBS   -lbz2 -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -ltermcap -lutil -lz -levent
+LIBS   -lbz2 -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -lcurses -ltermcap -lutil -lz -levent



Home | Main Index | Thread Index | Old Index