diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-08-20 17:00:39 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-08-20 17:00:39 +0000 |
commit | ba8dd013df3354828f93ae36fcb05e6bd34db0e4 (patch) | |
tree | 6bad76b347c198f58356f7fecef63053a11102ae /etc/etc.alpha | |
parent | d59b60290a19250ffb3c30f8b7e8e14cd115f6cd (diff) |
Change the default serial port device and /var/spool/lock permissions.
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices
become uucp.dialer, mode 660.
(A couple of "dead" MAKEDEVs have been updated because they conformed the
the old permission scheme, while others have not because they didn't.)
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 4451cd79bc2..7fcae79788c 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.43 1999/07/30 18:49:35 deraadt Exp $ +# $OpenBSD: MAKEDEV,v 1.44 1999/08/20 17:00:33 downsj Exp $ # $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -319,7 +319,8 @@ ttyB*|ttyC*|ttyc*) rm -f tty$type$unit cua$type$unit mknod tty$type$unit c $major $minor mknod cua$type$unit c $major `add $minor 128` - chown uucp.wheel tty$type$unit cua$type$unit + chown uucp.dialer tty$type$unit cua$type$unit + chmod 660 tty$type$unit cua$type$unit ;; pty*) |