Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.x68k fix mode and group of /dev/reload



details:   https://anonhg.NetBSD.org/src/rev/78fb23328312
branches:  trunk
changeset: 535395:78fb23328312
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Aug 17 05:28:54 2002 +0000

description:
fix mode and group of /dev/reload

diffstat:

 etc/etc.x68k/MAKEDEV |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0c84664dcc9b -r 78fb23328312 etc/etc.x68k/MAKEDEV
--- a/etc/etc.x68k/MAKEDEV      Sat Aug 17 05:14:10 2002 +0000
+++ b/etc/etc.x68k/MAKEDEV      Sat Aug 17 05:28:54 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.55 2002/08/11 13:21:39 isaki Exp $
+#      $NetBSD: MAKEDEV,v 1.56 2002/08/17 05:28:54 isaki Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -175,7 +175,7 @@
        mknod drum              c 3 0   ; chmod 640 drum ; chgrp kmem drum
        mknod kmem              c 2 1   ; chmod 640 kmem ; chgrp kmem kmem
        mknod mem               c 2 0   ; chmod 640 mem ; chgrp kmem mem
-       mknod reload            c 2 20  ; chmod 640 mem ; chgrp kmem mem
+       mknod reload            c 2 20  ; chmod 640 reload ; chgrp kmem reload
        mknod zero              c 2 12  ; chmod 666 zero
        mknod null              c 2 2   ; chmod 666 null
        mknod klog              c 6 0   ; chmod 600 klog



Home | Main Index | Thread Index | Old Index