Source-Changes-HG archive

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

[src/trunk]: src vnconfig(8) was renamed to vndconfig(8) some time ago, and m...



details:   https://anonhg.NetBSD.org/src/rev/5c9dbf3f9087
branches:  trunk
changeset: 346808:5c9dbf3f9087
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Aug 04 03:50:55 2016 +0000

description:
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@)

diffstat:

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

diffs (35 lines):

diff -r 746211f70bde -r 5c9dbf3f9087 distrib/sets/lists/base/rescue.mi
--- a/distrib/sets/lists/base/rescue.mi Thu Aug 04 03:16:00 2016 +0000
+++ b/distrib/sets/lists/base/rescue.mi Thu Aug 04 03:50:55 2016 +0000
@@ -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
diff -r 746211f70bde -r 5c9dbf3f9087 rescue/list
--- a/rescue/list       Thu Aug 04 03:16:00 2016 +0000
+++ b/rescue/list       Thu Aug 04 03:50:55 2016 +0000
@@ -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   dumpfs
 PROG   dumplfs
 PROG   installboot
-PROG   vnconfig
+PROG   vnconfig        vndconfig
 
 SRCDIRS        games
 



Home | Main Index | Thread Index | Old Index