Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/e1276ffd4868
branches:  netbsd-9
changeset: 458233:e1276ffd4868
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 21 14:30:24 2019 +0000

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

        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 aac3ea111060 -r e1276ffd4868 distrib/hpcarm/miniroot/list
--- a/distrib/hpcarm/miniroot/list      Wed Aug 21 08:28:53 2019 +0000
+++ b/distrib/hpcarm/miniroot/list      Wed Aug 21 14:30:24 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2013/11/30 08:27:17 nakayama Exp $
+#      $NetBSD: list,v 1.10.28.1 2019/08/21 14:30:24 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 aac3ea111060 -r e1276ffd4868 distrib/hpcmips/miniroot/list
--- a/distrib/hpcmips/miniroot/list     Wed Aug 21 08:28:53 2019 +0000
+++ b/distrib/hpcmips/miniroot/list     Wed Aug 21 14:30:24 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.18 2013/11/30 08:27:17 nakayama Exp $
+#      $NetBSD: list,v 1.18.28.1 2019/08/21 14:30:24 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 aac3ea111060 -r e1276ffd4868 distrib/hpcsh/miniroot/list
--- a/distrib/hpcsh/miniroot/list       Wed Aug 21 08:28:53 2019 +0000
+++ b/distrib/hpcsh/miniroot/list       Wed Aug 21 14:30:24 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2013/11/30 08:27:18 nakayama Exp $
+#      $NetBSD: list,v 1.10.28.1 2019/08/21 14:30:24 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