Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.hpcarm clockctl is major 94, not 84



details:   https://anonhg.NetBSD.org/src/rev/67b6448d4873
branches:  trunk
changeset: 539079:67b6448d4873
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu Nov 07 18:19:07 2002 +0000

description:
clockctl is major 94, not 84

Avoids confusing messages like :
  rhuidean su: jdc to root on /dev/clockctl

diffstat:

 etc/etc.hpcarm/MAKEDEV |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 947bc9f63237 -r 67b6448d4873 etc/etc.hpcarm/MAKEDEV
--- a/etc/etc.hpcarm/MAKEDEV    Thu Nov 07 17:49:08 2002 +0000
+++ b/etc/etc.hpcarm/MAKEDEV    Thu Nov 07 18:19:07 2002 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index