oops, wsmouse had same bad perms as wskbd

This commit is contained in:
dan 1999-10-19 23:19:38 +00:00
parent 3b9487d9aa
commit 0860075c8b

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.52 1999/10/19 22:26:52 dan Exp $
# $NetBSD: MAKEDEV,v 1.53 1999/10/19 23:19:38 dan Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -412,7 +412,7 @@ wsmouse*)
rm -f $wsmouse
mknod $wsmouse c 30 $unit
chown root.wheel $wsmouse
chmod 666 $wsmouse
chmod 600 $wsmouse
;;
audio*)