freebsd-dev/etc/rc.devfs
Jordan K. Hubbard 9c63624e6f Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf
as necessary (for half-assed upgrades).
1999-02-10 18:08:16 +00:00

14 lines
302 B
Plaintext

#
# $Id: rc.devfs,v 1.3 1998/10/13 08:25:09 jkh Exp $
#
# 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