diff options
author | sos <sos@FreeBSD.org> | 1998-09-20 18:49:04 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-09-20 18:49:04 +0000 |
commit | 4aef6597d472610662faa3d93bb1eda7159c2148 (patch) | |
tree | 04232d784b5f1aeb75ad9d329f0f4dfd129861f5 /etc | |
parent | c4a23d19fdb9bb113aca4a2170627140e7bf6910 (diff) | |
download | FreeBSD-src-4aef6597d472610662faa3d93bb1eda7159c2148.zip FreeBSD-src-4aef6597d472610662faa3d93bb1eda7159c2148.tar.gz |
Put the right path on the devices.
Submitted by: Vanilla Pooh Shu <vanilla@oneway.net>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.devfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs index d0d5279..338336a 100644 --- a/etc/rc.devfs +++ b/etc/rc.devfs @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: rc.devfs,v 1.1 1998/09/14 09:14:46 sos Exp $ # # If there is a global system configuration file, suck it in. if [ -f /etc/rc.conf ]; then @@ -9,6 +9,6 @@ fi # Setup DEVFS, ie permisisons, links etc. echo -n 'Setting up DEVFS: ' -ln -fs ttyv0 vga +ln -fs /dev/ttyv0 /dev/vga echo '.' |