clockctl is major 94, not 84

Avoids confusing messages like :
  rhuidean su: jdc to root on /dev/clockctl
This commit is contained in:
jdc 2002-11-07 18:19:07 +00:00
parent 55cd2960c9
commit 91c0886bdf
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.8 2002/10/21 04:14:53 lukem Exp $
# $NetBSD: MAKEDEV,v 1.9 2002/11/07 18:19:07 jdc Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -689,19 +689,19 @@ isdntrc*)
chmod 600 isdntrc$unit
;;
clockctl)
rm -f clockctl
mknod clockctl c 84 0
chgrp ntpd clockctl
chmod 660 clockctl
;;
systrace)
rm -f systrace
mknod systrace c 85 0
chmod 644 systrace
;;
clockctl)
rm -f clockctl
mknod clockctl c 94 0
chgrp ntpd clockctl
chmod 660 clockctl
;;
apm)
rm -f apm
mknod apm c 103 0