Module Name: src
Committed By: martin
Date: Thu Mar 19 19:08:31 UTC 2020
Modified Files:
src/etc [netbsd-9]: MAKEDEV.tmpl
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.205.2.2 -r1.205.2.3 src/etc/MAKEDEV.tmpl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.205.2.2 src/etc/MAKEDEV.tmpl:1.205.2.3
--- src/etc/MAKEDEV.tmpl:1.205.2.2 Sun Nov 10 12:58:31 2019
+++ src/etc/MAKEDEV.tmpl Thu Mar 19 19:08:31 2020
@@ -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 @@ all)
makedev veriexec
makedev autofs
makedev fw0 fw1 fw2 fw3
+ makedev ipmi0
makedev local # do this last
;;