Module Name:    src
Committed By:   rin
Date:           Wed Apr 11 00:26:38 UTC 2018

Modified Files:
        src/distrib/sets/lists/base: rescue.mi
        src/rescue: list

Log Message:
Add progress(1) into /rescue.

No objection when proposed on tech-userlevel@.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/base/rescue.mi
cvs rdiff -u -r1.48 -r1.49 src/rescue/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/rescue.mi
diff -u src/distrib/sets/lists/base/rescue.mi:1.40 src/distrib/sets/lists/base/rescue.mi:1.41
--- src/distrib/sets/lists/base/rescue.mi:1.40	Sun May 21 15:28:37 2017
+++ src/distrib/sets/lists/base/rescue.mi	Wed Apr 11 00:26:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: rescue.mi,v 1.40 2017/05/21 15:28:37 riastradh Exp $
+# $NetBSD: rescue.mi,v 1.41 2018/04/11 00:26:38 rin Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -111,6 +111,7 @@
 ./rescue/ping					base-rescue-root
 ./rescue/ping6					base-rescue-root	use_inet6
 ./rescue/pppoectl				base-rescue-root
+./rescue/progress				base-rescue-root
 ./rescue/ps					base-rescue-root
 ./rescue/pwd					base-rescue-root
 ./rescue/raidctl				base-rescue-root

Index: src/rescue/list
diff -u src/rescue/list:1.48 src/rescue/list:1.49
--- src/rescue/list:1.48	Thu Aug  4 03:50:55 2016
+++ src/rescue/list	Wed Apr 11 00:26:38 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.48 2016/08/04 03:50:55 pgoyette Exp $
+#	$NetBSD: list,v 1.49 2018/04/11 00:26:38 rin Exp $
 
 SRCDIRS	bin
 
@@ -128,6 +128,7 @@ PROG	gzip		gunzip gzcat zcat 
 PROG	kdump
 PROG	ktrace
 PROG	ktruss
+PROG	progress
 
 PROG	ekermit
 SPECIAL	ekermit		srcdir	external/bsd/ekermit/bin/ekermit

Reply via email to