summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-07 01:11:44 +0000
committerjhb <jhb@FreeBSD.org>2001-01-07 01:11:44 +0000
commitef95623db010c0cd9581c7856e7482b616ba61ed (patch)
treee436e3dcf37a095b4811f38dc7bddf51f9a9fd39
parentb1ae8b5a7c97de609e4aaecc29ad435279a5e895 (diff)
downloadFreeBSD-src-ef95623db010c0cd9581c7856e7482b616ba61ed.zip
FreeBSD-src-ef95623db010c0cd9581c7856e7482b616ba61ed.tar.gz
Don't announce that rc.${MACHINE_ARCH} is doing the syscons configuration
as the previous line already tells us we are in rc.${MACHINE_ARCH}. This also allows more syscons configuration messages during startup to fit on one line. Reviewed by: dougb
-rw-r--r--etc/etc.alpha/rc.alpha2
-rw-r--r--etc/etc.amd64/rc.amd642
-rw-r--r--etc/etc.i386/rc.i3862
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.alpha/rc.alpha b/etc/etc.alpha/rc.alpha
index 4b3dd86..d1252b5 100644
--- a/etc/etc.alpha/rc.alpha
+++ b/etc/etc.alpha/rc.alpha
@@ -27,7 +27,7 @@ echo '.'
kbddev=/dev/ttyv0
viddev=/dev/ttyv0
-echo -n 'rc.alpha configuring syscons:'
+echo -n 'Configuring syscons:'
# keymap
#
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index 5f4d828..4f2249da 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -62,7 +62,7 @@ echo '.'
kbddev=/dev/ttyv0
viddev=/dev/ttyv0
-echo -n 'rc.i386 configuring syscons:'
+echo -n 'Configuring syscons:'
# keymap
#
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index 5f4d828..4f2249da 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -62,7 +62,7 @@ echo '.'
kbddev=/dev/ttyv0
viddev=/dev/ttyv0
-echo -n 'rc.i386 configuring syscons:'
+echo -n 'Configuring syscons:'
# keymap
#
OpenPOWER on IntegriCloud