From 6a997de8a4ab47304649f8a727d5f77a7ab507ab Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 1 Jul 2006 21:56:20 +0000 Subject: Restore previous rc.banner behavior. --- etc/rc.initial | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/rc.initial b/etc/rc.initial index e0c2a40..0b1357a 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -46,8 +46,6 @@ echo `tty` > /tmp/last_term_seen # Set our operating platform PLATFORM=`cat /etc/platform` -/etc/rc.banner - # endless loop while : ; do @@ -56,6 +54,8 @@ if [ -f /tmp/ttybug ]; then exit && exit && logout fi +/etc/rc.banner + # display a cheap menu echo echo @@ -73,7 +73,6 @@ echo " 8) Shell" echo " 9) PFtop" echo "10) Filter Logs" echo "11) Restart webConfigurator" -echo "12) Interface information" if [ -f /var/db/pfi/capable_* ]; then if [ ! -L /cf/conf ]; then echo "98) Move configuration file to removable device" -- cgit v1.1