Module Name:    src
Committed By:   riastradh
Date:           Mon Mar  2 15:49:30 UTC 2020

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
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.215 -r1.216 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.215 src/etc/MAKEDEV.tmpl:1.216
--- src/etc/MAKEDEV.tmpl:1.215	Thu Feb 27 16:59:23 2020
+++ src/etc/MAKEDEV.tmpl	Mon Mar  2 15:49:30 2020
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.215 2020/02/27 16:59:23 riastradh Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.216 2020/03/02 15:49:30 riastradh Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -844,6 +844,7 @@ all)
 	makedev veriexec
 	makedev autofs
 	makedev fw0 fw1 fw2 fw3
+	makedev ipmi0
 	makedev local # do this last
 	;;
 

Reply via email to