freebsd-dev/etc/rc.devfs

16 lines
282 B
Plaintext
Raw Normal View History

#
1999-08-27 23:37:10 +00:00
# $FreeBSD$
#
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
source_rc_confs
elif [ -r /etc/rc.conf ]; then
. /etc/rc.conf
fi
1999-10-12 19:23:51 +00:00
# Setup DEVFS, ie permissions, links etc.
#
ln -fs /dev/ttyv0 /dev/vga