1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/etc/rc.devfs

12 lines
237 B
Plaintext

#
# $Id: rc.devfs,v 1.2 1998/09/20 18:49:04 sos Exp $
#
# If there is a global system configuration file, suck it in.
if [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
# Setup DEVFS, ie permisisons, links etc.
ln -fs /dev/ttyv0 /dev/vga