diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-03-22 07:34:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-03-22 07:34:32 +0000 |
commit | d3f7ada71eed6243454783c9db7585b45d4fb589 (patch) | |
tree | 057b3fd3abf1dad21b590e1b7b2717430824259d /etc/etc.sun3 | |
parent | 9f9f29b1da377f5235ab70174a518b401e0a4f8f (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.sun3')
-rw-r--r-- | etc/etc.sun3/MAKEDEV | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV index a13522375a3..70f2abb315d 100644 --- a/etc/etc.sun3/MAKEDEV +++ b/etc/etc.sun3/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.27 2000/03/02 22:59:05 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.28 2000/03/22 07:34:30 niklas Exp $ # $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -210,10 +210,10 @@ cd*|sd*|xy*|ccd*|rd*|vnd*) st*) name=st; blk=11; chr=18; offset=`expr $unit \* 16`; - mk r$name$unit c $chr `expr $offset + 0` - mk nr$name$unit c $chr `expr $offset + 1` - mk er$name$unit c $chr `expr $offset + 2` - mk enr$name$unit c $chr `expr $offset + 3` + mk r$name$unit c $chr `expr $offset + 0` 660 operator + mk nr$name$unit c $chr `expr $offset + 1` 660 operator + mk er$name$unit c $chr `expr $offset + 2` 660 operator + mk enr$name$unit c $chr `expr $offset + 3` 660 operator ;; bwtwo*) |