Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.alpha oops, wsmouse had same bad perms as wskbd
details: https://anonhg.NetBSD.org/src/rev/7b4d833df350
branches: trunk
changeset: 477532:7b4d833df350
user: dan <dan%NetBSD.org@localhost>
date: Tue Oct 19 23:19:38 1999 +0000
description:
oops, wsmouse had same bad perms as wskbd
diffstat:
etc/etc.alpha/MAKEDEV | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0f06923394f7 -r 7b4d833df350 etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV Tue Oct 19 23:09:45 1999 +0000
+++ b/etc/etc.alpha/MAKEDEV Tue Oct 19 23:19:38 1999 +0000
@@ -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 @@
rm -f $wsmouse
mknod $wsmouse c 30 $unit
chown root.wheel $wsmouse
- chmod 666 $wsmouse
+ chmod 600 $wsmouse
;;
audio*)
Home |
Main Index |
Thread Index |
Old Index