aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.devfs
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-13 08:25:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-13 08:25:09 +0000
commit4216dc7f845fac8ab8701f501182f9a76480c87b (patch)
treef60de76b2014f9193b9c3d82051a0c73758d1315 /etc/rc.devfs
parent6cde7a165f154ed47b58fc42d6d2041e18384680 (diff)
downloadsrc-4216dc7f845fac8ab8701f501182f9a76480c87b.tar.gz
src-4216dc7f845fac8ab8701f501182f9a76480c87b.zip
Shut this thing up; most people don't even have this enabled.
Notes
Notes: svn path=/head/; revision=40287
Diffstat (limited to 'etc/rc.devfs')
-rw-r--r--etc/rc.devfs5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs
index 338336a4a754..9c8488e0d5a5 100644
--- a/etc/rc.devfs
+++ b/etc/rc.devfs
@@ -1,5 +1,5 @@
#
-# $Id: rc.devfs,v 1.1 1998/09/14 09:14:46 sos Exp $
+# $Id: rc.devfs,v 1.2 1998/09/20 18:49:04 sos Exp $
#
# If there is a global system configuration file, suck it in.
if [ -f /etc/rc.conf ]; then
@@ -8,7 +8,4 @@ fi
# Setup DEVFS, ie permisisons, links etc.
-echo -n 'Setting up DEVFS: '
ln -fs /dev/ttyv0 /dev/vga
-
-echo '.'