diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-11 19:59:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-11 19:59:55 +0000 |
commit | 5fb626dc27b108788a75d415d7b05fa173e53456 (patch) | |
tree | 75d8799b26d48dc9cd74bae718c1118ccb393dbc /etc/etc.alpha | |
parent | 4585b83eab51cbeab3bdd6fc5d5404f8c95bfa7a (diff) |
cua/tty nodes only need group dialer, the initial uid does not
matter much -- and "uucp" is just stupid in 2016.
ok rpe
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.alpha/MAKEDEV.md b/etc/etc.alpha/MAKEDEV.md index cce3fbf934a..163ef1176f9 100644 --- a/etc/etc.alpha/MAKEDEV.md +++ b/etc/etc.alpha/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,alpha)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.69 2016/09/04 15:38:59 naddy Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.70 2016/09/11 19:59:53 deraadt Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -99,8 +99,8 @@ ttyB*|ttyc*) ttyB*) type=B major=15 minor=Mult($U, 2);; ttyc*) type=c major=38 minor=$U;; esac - M tty$type$U c $major $minor 660 dialer uucp - M cua$type$U c $major Add($minor, 128) 660 dialer uucp + M tty$type$U c $major $minor 660 dialer root + M cua$type$U c $major Add($minor, 128) 660 dialer root ;; dnl dnl *** alpha specific targets |