Make the `watchdog' device node.
This commit is contained in:
parent
aa52914022
commit
0c8f484437
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.125 2000/10/19 14:37:46 ad Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.126 2000/11/05 02:13:35 thorpej Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -681,6 +681,10 @@ sysmon)
|
|||
mknod sysmon c $major 0
|
||||
chown root.wheel sysmon
|
||||
chmod 644 sysmon
|
||||
|
||||
mknod watchdog c $major 1
|
||||
chown root.wheel watchdog
|
||||
chmod 644 watchdog
|
||||
;;
|
||||
|
||||
scsibus*)
|
||||
|
|
Loading…
Reference in New Issue