Changed clockctl group to ntpd
This commit is contained in:
parent
98572ccabc
commit
b2fd9eed95
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.38 2002/01/08 02:46:16 lukem Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.39 2002/01/13 14:31:44 manu Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -87,6 +87,7 @@
|
||||
# i4btrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
# clockctl clock control for non root users
|
||||
# grf* builtin video
|
||||
# kbd keyboard
|
||||
# aconf autoconfig information (not yet)
|
||||
@ -103,7 +104,6 @@
|
||||
# uk* unknown SCSI device
|
||||
# ss* SCSI scanner
|
||||
# scsibus* SCSI busses, see scsi(4), scsictl(8)
|
||||
# clockctl clock control for non root users
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
@ -124,6 +124,7 @@ all)
|
||||
sh $0 md0 md1 ch0 uk0 uk1 ss0
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 isdn
|
||||
sh $0 clockctl
|
||||
;;
|
||||
|
||||
floppy)
|
||||
@ -573,7 +574,7 @@ i4btrc*)
|
||||
clockctl)
|
||||
rm -f clockctl
|
||||
mknod clockctl c 48 0
|
||||
chown root:daemon clockctl
|
||||
chown root:ntpd clockctl
|
||||
chmod 660 clockctl
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user