xref: /minix/etc/rc.d/ttys (revision 325ce30b)
1*325ce30bSDavid van Moolenbroek#!/bin/sh
2*325ce30bSDavid van Moolenbroek# MINIX 3 stub.
3*325ce30bSDavid van Moolenbroek# There is currently nothing in the NetBSD script that we want: setting tty
4*325ce30bSDavid van Moolenbroek# flags is not yet a supported concept, and changing /dev/tty permissions does
5*325ce30bSDavid van Moolenbroek# not work from the installation CD with its read-only /dev directory.
6*325ce30bSDavid van Moolenbroek
7*325ce30bSDavid van Moolenbroek# PROVIDE: tty
8*325ce30bSDavid van Moolenbroek# REQUIRE: root bootconf
9