Changeset 600339f5 for bootscripts/lfs/init.d/functions
- Timestamp:
- May 9, 2006, 11:20:58 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 23fc9445
- Parents:
- d55fbf9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/init.d/functions
rd55fbf9d r600339f5 137 137 if [ "$LCD_PROG" ]; then 138 138 LCD_OUT2="[ OK ]" 139 $LCD_PROG $LCD_OPTIONS"$LCD_OUT1" "$LCD_OUT2"139 $LCD_PROG "$LCD_OUT1" "$LCD_OUT2" 140 140 fi 141 141 } … … 148 148 if [ "$LCD_PROG" ]; then 149 149 LCD_OUT2="[ FAIL ]" 150 $LCD_PROG $LCD_OPTIONS"$LCD_OUT1" "$LCD_OUT2"150 $LCD_PROG "$LCD_OUT1" "$LCD_OUT2" 151 151 fi 152 152 } … … 158 158 if [ "$LCD_PROG" ]; then 159 159 LCD_OUT2="[ WARN ]" 160 $LCD_PROG $LCD_OPTIONS"$LCD_OUT1" "$LCD_OUT2"160 $LCD_PROG "$LCD_OUT1" "$LCD_OUT2" 161 161 fi 162 162 boot_mesg_flush "[ WARN ]"
Note:
See TracChangeset
for help on using the changeset viewer.