blob: 199b909be5b42dc30d6cc1fcc7176b3093fdd41a (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# MINIX 3 stub.
# There is currently nothing in the NetBSD script that we want: setting tty
# flags is not yet a supported concept, and changing /dev/tty permissions does
# not work from the installation CD with its read-only /dev directory.
# PROVIDE: tty
# REQUIRE: root bootconf
|