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.hp300 | |
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.hp300')
-rw-r--r-- | etc/etc.hp300/MAKEDEV | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV index d05643cae7d..62621ea4a8e 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.30 1999/08/20 17:00:35 downsj Exp $ +# $OpenBSD: MAKEDEV,v 1.31 2000/03/22 07:34:28 niklas Exp $ # $NetBSD: MAKEDEV,v 1.12 1995/11/05 23:50:22 thorpej Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -167,6 +167,10 @@ ct*|mt*|st*) mknod r${name}${four} c $chr $four mknod r${name}${eight} c $chr $eight mknod r${name}${twelve} c $chr $twelve + chown root.operator r${name}${unit} r${name}${four} \ + r${name}${eight} r${name}${twelve} + chmod 660 r${name}${unit} r${name}${four} \ + r${name}${eight} r${name}${twelve} ln r${name}${four} nr${name}${unit} ;: sanity w/pdp11 v7 ln r${name}${twelve} nr${name}${eight} ;: ditto ;; |