summaryrefslogtreecommitdiff
path: root/etc/etc.sgi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-09-11 19:59:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-09-11 19:59:55 +0000
commit5fb626dc27b108788a75d415d7b05fa173e53456 (patch)
tree75d8799b26d48dc9cd74bae718c1118ccb393dbc /etc/etc.sgi
parent4585b83eab51cbeab3bdd6fc5d5404f8c95bfa7a (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.sgi')
-rw-r--r--etc/etc.sgi/MAKEDEV.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.sgi/MAKEDEV.md b/etc/etc.sgi/MAKEDEV.md
index f1231adc76f..69b4280ed97 100644
--- a/etc/etc.sgi/MAKEDEV.md
+++ b/etc/etc.sgi/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,sgi)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.48 2016/09/04 15:38:59 naddy Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.49 2016/09/11 19:59:54 deraadt Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -33,8 +33,8 @@ _mkdev(zs, {-tty[a-b]-}, {-u=${i#tty*}
b) n=1 ;;
*) echo unknown tty device $i ;;
esac
- M tty$u c major_zs_c $n 660 dialer uucp
- M cua$u c major_zs_c Add($n, 128) 660 dialer uucp-})dnl
+ M tty$u c major_zs_c $n 660 dialer root
+ M cua$u c major_zs_c Add($n, 128) 660 dialer root-})dnl
_TITLE(make)
_DEV(all)
_DEV(ramd)