Fix brain'o in last, pointed out by Johan Danielsson.

This commit is contained in:
thorpej 2000-06-25 16:25:33 +00:00
parent bd66c9dafc
commit 81a51455cd
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.119 2000/06/24 00:43:26 thorpej Exp $
# $NetBSD: MAKEDEV,v 1.120 2000/06/25 16:25:33 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -663,8 +663,9 @@ cfs*)
;;
sysmon)
major=67
rm -f sysmon
mknod sysmon c $major $unit
mknod sysmon c $major 0
chown root.wheel sysmon
chmod 644 sysmon
;;