Wed Apr 11 00:26:38 2018 UTC ()
Add progress(1) into /rescue.

No objection when proposed on tech-userlevel@.


(rin)
diff -r1.40 -r1.41 src/distrib/sets/lists/base/rescue.mi
diff -r1.48 -r1.49 src/rescue/list

cvs diff -r1.40 -r1.41 src/distrib/sets/lists/base/Attic/rescue.mi (expand / switch to unified diff)

--- src/distrib/sets/lists/base/Attic/rescue.mi 2017/05/21 15:28:37 1.40
+++ src/distrib/sets/lists/base/Attic/rescue.mi 2018/04/11 00:26:38 1.41
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rescue.mi,v 1.40 2017/05/21 15:28:37 riastradh Exp $ 1# $NetBSD: rescue.mi,v 1.41 2018/04/11 00:26:38 rin Exp $
2# 2#
3# Note: don't delete entries from here - mark them as "obsolete" instead. 3# Note: don't delete entries from here - mark them as "obsolete" instead.
4# 4#
5./rescue/[ base-rescue-root 5./rescue/[ base-rescue-root
6./rescue/atactl base-rescue-root 6./rescue/atactl base-rescue-root
7./rescue/badsect base-rescue-root 7./rescue/badsect base-rescue-root
8./rescue/brconfig base-rescue-root 8./rescue/brconfig base-rescue-root
9./rescue/bunzip2 base-rescue-root 9./rescue/bunzip2 base-rescue-root
10./rescue/bzcat base-rescue-root 10./rescue/bzcat base-rescue-root
11./rescue/bzip2 base-rescue-root 11./rescue/bzip2 base-rescue-root
12./rescue/cat base-rescue-root 12./rescue/cat base-rescue-root
13./rescue/ccdconfig base-rescue-root 13./rescue/ccdconfig base-rescue-root
14./rescue/cgdconfig base-rescue-root 14./rescue/cgdconfig base-rescue-root
@@ -101,26 +101,27 @@ @@ -101,26 +101,27 @@
101./rescue/mount_ufs base-rescue-root 101./rescue/mount_ufs base-rescue-root
102./rescue/mount_umap base-rescue-root 102./rescue/mount_umap base-rescue-root
103./rescue/mount_union base-rescue-root 103./rescue/mount_union base-rescue-root
104./rescue/mt base-rescue-root 104./rescue/mt base-rescue-root
105./rescue/mv base-rescue-root 105./rescue/mv base-rescue-root
106./rescue/newfs base-rescue-root 106./rescue/newfs base-rescue-root
107./rescue/newfs_lfs base-rescue-root 107./rescue/newfs_lfs base-rescue-root
108./rescue/newfs_msdos base-rescue-root 108./rescue/newfs_msdos base-rescue-root
109./rescue/pax base-rescue-root 109./rescue/pax base-rescue-root
110./rescue/pdisk base-rescue-root 110./rescue/pdisk base-rescue-root
111./rescue/ping base-rescue-root 111./rescue/ping base-rescue-root
112./rescue/ping6 base-rescue-root use_inet6 112./rescue/ping6 base-rescue-root use_inet6
113./rescue/pppoectl base-rescue-root 113./rescue/pppoectl base-rescue-root
 114./rescue/progress base-rescue-root
114./rescue/ps base-rescue-root 115./rescue/ps base-rescue-root
115./rescue/pwd base-rescue-root 116./rescue/pwd base-rescue-root
116./rescue/raidctl base-rescue-root 117./rescue/raidctl base-rescue-root
117./rescue/rcmd base-rescue-root 118./rescue/rcmd base-rescue-root
118./rescue/rcorder base-rescue-root 119./rescue/rcorder base-rescue-root
119./rescue/rcp base-rescue-root 120./rescue/rcp base-rescue-root
120./rescue/rdump base-rescue-root 121./rescue/rdump base-rescue-root
121./rescue/rdump_lfs base-rescue-root 122./rescue/rdump_lfs base-rescue-root
122./rescue/reboot base-rescue-root 123./rescue/reboot base-rescue-root
123./rescue/restore base-rescue-root 124./rescue/restore base-rescue-root
124./rescue/rm base-rescue-root 125./rescue/rm base-rescue-root
125./rescue/rmdir base-rescue-root 126./rescue/rmdir base-rescue-root
126./rescue/rndctl base-rescue-root 127./rescue/rndctl base-rescue-root

cvs diff -r1.48 -r1.49 src/rescue/list (expand / switch to unified diff)

--- src/rescue/list 2016/08/04 03:50:55 1.48
+++ src/rescue/list 2018/04/11 00:26:38 1.49
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: list,v 1.48 2016/08/04 03:50:55 pgoyette Exp $ 1# $NetBSD: list,v 1.49 2018/04/11 00:26:38 rin Exp $
2 2
3SRCDIRS bin 3SRCDIRS bin
4 4
5PROG cat 5PROG cat
6PROG chio 6PROG chio
7PROG chmod 7PROG chmod
8PROG cgdconfig 8PROG cgdconfig
9PROG cp 9PROG cp
10PROG csh 10PROG csh
11PROG date 11PROG date
12PROG dd 12PROG dd
13PROG df 13PROG df
14PROG domainname 14PROG domainname
@@ -118,26 +118,27 @@ PROG umount @@ -118,26 +118,27 @@ PROG umount
118PROG wdogctl 118PROG wdogctl
119PROG veriexecctl 119PROG veriexecctl
120PROG wsconsctl 120PROG wsconsctl
121 121
122SRCDIRS usr.bin 122SRCDIRS usr.bin
123 123
124PROG bzip2 bunzip2 bzcat 124PROG bzip2 bunzip2 bzcat
125PROG ftp 125PROG ftp
126PROG grep egrep fgrep zgrep zegrep zfgrep 126PROG grep egrep fgrep zgrep zegrep zfgrep
127PROG gzip gunzip gzcat zcat  127PROG gzip gunzip gzcat zcat
128PROG kdump 128PROG kdump
129PROG ktrace 129PROG ktrace
130PROG ktruss 130PROG ktruss
 131PROG progress
131 132
132PROG ekermit 133PROG ekermit
133SPECIAL ekermit srcdir external/bsd/ekermit/bin/ekermit 134SPECIAL ekermit srcdir external/bsd/ekermit/bin/ekermit
134 135
135PROG less more 136PROG less more
136SPECIAL less srcdir external/bsd/less/bin/less 137SPECIAL less srcdir external/bsd/less/bin/less
137 138
138PROG vi ex 139PROG vi ex
139SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi 140SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
140 141
141SRCDIRS usr.sbin 142SRCDIRS usr.sbin
142 143
143PROG chroot 144PROG chroot