diff options
| author | martin <martin@NetBSD.org> | 2020-03-19 19:08:31 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-03-19 19:08:31 +0000 |
| commit | 03f488992efac64c3be5c4a24525720a60afffff (patch) | |
| tree | a42687ad718301537ab997664d28070f9db5e36f /etc | |
| parent | e51eac2b1c9f2f04a8122595452a8a710b584be2 (diff) | |
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 (limited to 'etc')
| -rw-r--r-- | etc/MAKEDEV.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV.tmpl b/etc/MAKEDEV.tmpl index 64052a3954d..49e55c5a337 100644 --- a/etc/MAKEDEV.tmpl +++ b/etc/MAKEDEV.tmpl @@ -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 ;; |
