Module Name:    src
Committed By:   pgoyette
Date:           Thu Aug  4 03:50:55 UTC 2016

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

Log Message:
vnconfig(8) was renamed to vndconfig(8) some time ago, and most places
keep both names around.

One place that got missed is /rescue so let's update it for consistency
with all the other places.

(Pointed out in private Email by kre@)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/base/rescue.mi
cvs rdiff -u -r1.47 -r1.48 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.38 src/distrib/sets/lists/base/rescue.mi:1.39
--- src/distrib/sets/lists/base/rescue.mi:1.38	Fri Jul  1 22:52:06 2016
+++ src/distrib/sets/lists/base/rescue.mi	Thu Aug  4 03:50:55 2016
@@ -1,4 +1,4 @@
-# $NetBSD: rescue.mi,v 1.38 2016/07/01 22:52:06 christos Exp $
+# $NetBSD: rescue.mi,v 1.39 2016/08/04 03:50:55 pgoyette Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -155,6 +155,7 @@
 ./rescue/veriexecctl				base-rescue-root
 ./rescue/vi					base-rescue-root
 ./rescue/vnconfig				base-rescue-root
+./rescue/vndconfig				base-rescue-root
 ./rescue/wdogctl				base-rescue-root
 ./rescue/wsconsctl				base-rescue-root
 ./rescue/zcat					base-rescue-root

Index: src/rescue/list
diff -u src/rescue/list:1.47 src/rescue/list:1.48
--- src/rescue/list:1.47	Sat Jul  2 15:59:21 2016
+++ src/rescue/list	Thu Aug  4 03:50:55 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.47 2016/07/02 15:59:21 christos Exp $
+#	$NetBSD: list,v 1.48 2016/08/04 03:50:55 pgoyette Exp $
 
 SRCDIRS	bin
 
@@ -144,7 +144,7 @@ PROG	chroot
 PROG	dumpfs
 PROG	dumplfs
 PROG	installboot
-PROG	vnconfig
+PROG	vnconfig	vndconfig
 
 SRCDIRS	games
 

Reply via email to