]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.devfs
add /usr/share/examples/bc
[FreeBSD/FreeBSD.git] / etc / rc.devfs
1 #
2 # $FreeBSD$
3 #
4 # If there is a global system configuration file, suck it in.
5 #
6 if [ -r /etc/defaults/rc.conf ]; then
7         . /etc/defaults/rc.conf
8 elif [ -r /etc/rc.conf ]; then
9         . /etc/rc.conf
10 fi
11
12 # Setup DEVFS, ie permissions, links etc.
13 #
14 ln -fs /dev/ttyv0 /dev/vga