Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/d7178db23de5
branches:  netbsd-9
changeset: 746007:d7178db23de5
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 19 19:08:31 2020 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #783):

        etc/MAKEDEV.tmpl: revision 1.216

Create /dev/ipmi0 in `MAKEDEV all'.

Works on my machine with sysutils/ipmitool if the latter is built
with CONFIGURE_ARGS+= --enable-intf-open.

diffstat:

 etc/MAKEDEV.tmpl |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 596b93c4ed10 -r d7178db23de5 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Thu Mar 19 19:05:34 2020 +0000
+++ b/etc/MAKEDEV.tmpl  Thu Mar 19 19:08:31 2020 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.205.2.2 2019/11/10 12:58:31 martin Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.205.2.3 2020/03/19 19:08:31 martin Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -845,6 +845,7 @@
        makedev veriexec
        makedev autofs
        makedev fw0 fw1 fw2 fw3
+       makedev ipmi0
        makedev local # do this last
        ;;
 



Home | Main Index | Thread Index | Old Index