summaryrefslogtreecommitdiff
path: root/etc/etc.pc532/MAKEDEV
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-03-22 07:34:32 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-03-22 07:34:32 +0000
commitd3f7ada71eed6243454783c9db7585b45d4fb589 (patch)
tree057b3fd3abf1dad21b590e1b7b2717430824259d /etc/etc.pc532/MAKEDEV
parent9f9f29b1da377f5235ab70174a518b401e0a4f8f (diff)
operator should have perms to write and change tapes. ch* is still missing
in some MAKEDEVs, will see to them in a separate commit.
Diffstat (limited to 'etc/etc.pc532/MAKEDEV')
-rw-r--r--etc/etc.pc532/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.pc532/MAKEDEV b/etc/etc.pc532/MAKEDEV
index 7917e095b4b..e1436095896 100644
--- a/etc/etc.pc532/MAKEDEV
+++ b/etc/etc.pc532/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.17 1999/08/20 17:00:36 downsj Exp $
+# $OpenBSD: MAKEDEV,v 1.18 2000/03/22 07:34:29 niklas Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -233,7 +233,7 @@ st*)
e$name$unit en$name$unit \
r${name}${unit} nr${name}${unit} \
er${name}${unit} enr${name}${unit}
- chmod 640 ${name}${unit} n${name}${unit} \
+ chmod 660 ${name}${unit} n${name}${unit} \
e$name$unit en$name$unit \
r${name}${unit} nr${name}${unit} \
er${name}${unit} enr${name}${unit}