Source-Changes-HG archive

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

[src/netbsd-7]: src/distrib Pull up following revision(s) (requested by sevan...



details:   https://anonhg.NetBSD.org/src/rev/f19c6fa20b68
branches:  netbsd-7
changeset: 800664:f19c6fa20b68
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 29 16:10:27 2019 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #1702):

        distrib/hpcsh/miniroot/list: revision 1.11
        distrib/hpcarm/miniroot/list: revision 1.11
        distrib/hpcmips/miniroot/list: revision 1.19

sysctl(8) is useful to have in the install env when debugging

diffstat:

 distrib/hpcarm/miniroot/list  |  3 ++-
 distrib/hpcmips/miniroot/list |  3 ++-
 distrib/hpcsh/miniroot/list   |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r cefd4eebdbdb -r f19c6fa20b68 distrib/hpcarm/miniroot/list
--- a/distrib/hpcarm/miniroot/list      Fri Aug 09 19:25:47 2019 +0000
+++ b/distrib/hpcarm/miniroot/list      Thu Aug 29 16:10:27 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2013/11/30 08:27:17 nakayama Exp $
+#      $NetBSD: list,v 1.10.4.1 2019/08/29 16:10:27 martin Exp $
 
 # extras in bin
 PROG   bin/csh
@@ -13,6 +13,7 @@
 PROG   sbin/fsck_msdos
 PROG   sbin/mount_msdos
 PROG   sbin/newfs_msdos
+PROG   sbin/sysctl
 
 # extras in /usr.bin
 PROG   usr/bin/netstat
diff -r cefd4eebdbdb -r f19c6fa20b68 distrib/hpcmips/miniroot/list
--- a/distrib/hpcmips/miniroot/list     Fri Aug 09 19:25:47 2019 +0000
+++ b/distrib/hpcmips/miniroot/list     Thu Aug 29 16:10:27 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.18 2013/11/30 08:27:17 nakayama Exp $
+#      $NetBSD: list,v 1.18.4.1 2019/08/29 16:10:27 martin Exp $
 
 # extras in bin
 PROG   bin/csh
@@ -13,6 +13,7 @@
 PROG   sbin/fsck_msdos
 PROG   sbin/mount_msdos
 PROG   sbin/newfs_msdos
+PROG   sbin/sysctl
 
 # extras in /usr.bin
 PROG   usr/bin/netstat
diff -r cefd4eebdbdb -r f19c6fa20b68 distrib/hpcsh/miniroot/list
--- a/distrib/hpcsh/miniroot/list       Fri Aug 09 19:25:47 2019 +0000
+++ b/distrib/hpcsh/miniroot/list       Thu Aug 29 16:10:27 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2013/11/30 08:27:18 nakayama Exp $
+#      $NetBSD: list,v 1.10.4.1 2019/08/29 16:10:27 martin Exp $
 
 # extras in bin
 #PROG  bin/csh
@@ -13,6 +13,7 @@
 PROG   sbin/fsck_msdos
 PROG   sbin/mount_msdos
 PROG   sbin/newfs_msdos
+PROG   sbin/sysctl
 
 # extras in /usr.bin
 #PROG  usr/bin/netstat



Home | Main Index | Thread Index | Old Index