ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lmainit/bcheckrc
Revision: 1.1
Committed: Sat Dec 7 21:49:49 2002 UTC (21 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/bin/bash
2
3 . /etc/rc.d/syslib.sh
4
5 if [ -n "$SVGAMODE" ]; then
6 safe_eval /sbin/SVGATextMode $SVGAMODE
7 fi
8
9 new_facilities
10 add_facilities "BCHK" "+"
11 run_facilities "System bootup hardware/software check"
12
13
14