1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00
freebsd/etc/rc.devfs
1999-08-27 23:37:10 +00:00

14 lines
262 B
Plaintext

#
# $FreeBSD$
#
# If there is a global system configuration file, suck it in.
if [ -f /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
# Setup DEVFS, ie permisisons, links etc.
ln -fs /dev/ttyv0 /dev/vga