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.landisk/MAKEDEV.md | |
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.landisk/MAKEDEV.md')
-rw-r--r-- | etc/etc.landisk/MAKEDEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.landisk/MAKEDEV.md b/etc/etc.landisk/MAKEDEV.md index 8f1d114a185..f2c3660a3b2 100644 --- a/etc/etc.landisk/MAKEDEV.md +++ b/etc/etc.landisk/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,landisk)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.42 2016/09/04 15:38:59 naddy Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.43 2016/09/11 19:59:53 deraadt Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -29,7 +29,7 @@ dnl dnl *** landisk specific devices dnl __devitem(scif, ttya, on-board serial port,scif)dnl -_mkdev(scif, ttya, {-M ttya c major_scif_c 0 660 dialer uucp-})dnl +_mkdev(scif, ttya, {-M ttya c major_scif_c 0 660 dialer root-})dnl dnl dnl *** MAKEDEV itself dnl |