hddshutdown mit sonderbehandlung für SATA

makegraphs um -d ata ergaenzt
MPFire Paket angepasst


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@904 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-09-22 08:10:41 +00:00
parent 1857cb4ee8
commit 1609fbfdaa
5 changed files with 23 additions and 12 deletions

View File

@@ -421,7 +421,7 @@ sub updatehdddata
if ( -e "$path_smartctl" )
{
system("$path_smartctl -iHA /dev/$disk > /var/log/smartctl_out_hddtemp-$disk");
system("$path_smartctl -iHA -d ata /dev/$disk > /var/log/smartctl_out_hddtemp-$disk");
}
if ( -e "$path_hddtemp" )