Merge branch 'next'

This commit is contained in:
Arne Fitzenreiter
2009-09-05 12:38:32 +02:00
78 changed files with 256 additions and 81 deletions

View File

@@ -8,7 +8,7 @@ case "$1" in
start)
boot_mesg -n "Enabling S.M.A.R.T.: ";
for disk in `kudzu -qps -c HD | grep device: | cut -d" " -f2 | sort | uniq`; do
/usr/sbin/smartctl -d ata --smart=on /dev/$disk > /dev/nul;
/usr/sbin/smartctl --smart=on /dev/$disk > /dev/nul;
if [ ${?} = 0 ]; then
boot_mesg -n "$SUCCESS$disk$NORMAL ";
else