aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-02-19 18:50:09 +0000
committerJudd Vinet <judd@archlinux.org>2004-02-19 18:50:09 +0000
commitd4a5c5ef402ca7315e5429eaccb0748e38b964af (patch)
tree9b7be5f03c8749b4d1ff6e3d52317c609dd5bb51 /rc.sysinit
parent45ede7cf9dd872c580e9c2a57a00b0350f035371 (diff)
downloadinitscripts-d4a5c5ef402ca7315e5429eaccb0748e38b964af.tar.xz
added cleanups by Leif Askeland
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit21
1 files changed, 6 insertions, 15 deletions
diff --git a/rc.sysinit b/rc.sysinit
index a5f5f78..6c21182 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -6,21 +6,12 @@
. /etc/rc.conf
. /etc/rc.d/functions
-if [ "$USECOLOR" = "YES" -o "$USECOLOR" = "yes" ]; then
- echo -e "\n\033[1;32mArch Linux v0.6 \033[1;37m(\033[1;33mWidget\033[1;37m)"
- echo -e "\033[1;32m|\033[1;0m"
- echo -e "\033[1;32m|\033[1;37m http://www.archlinux.org\033[1;0m"
- echo -e "\033[1;32m|\033[1;0m Copyright 2002-2004 Judd Vinet"
- echo -e "\033[1;32m|\033[1;0m Distributed under the GNU General Public License (GPL)"
- echo -e "\033[1;32m|\033[1;0m"
-else
- echo -e "\nArch Linux v0.6 (Widget)"
- echo "|"
- echo "| http://www.archlinux.org"
- echo "| Copyright 2002-2003 Judd Vinet"
- echo "| Distributed under the GNU General Public License (GPL)"
- echo "|"
-fi
+echo " "
+printhl "Arch Linux v0.6 $C_OTHER(${C_H2}Widget$C_OTHER)\n"
+printhl "${C_H2}http://www.archlinux.org"
+printhl "Copyright 2002-2004 Judd Vinet"
+printhl "Distributed under the GNU General Public License (GPL)"
+printsep
# start up our mini logger until syslog takes over
/sbin/minilogd