Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d92ad10e38ffe45a110b01567ede9c37 > files > 11

hddtemp-0.3-0.beta15.11mdv2010.0.i586.rpm


* make 3ware support (take a look at smartctl)

* In daemon mode, restrict listening interface.

* chrooting to /var/empty
   if (chroot("/var/empty")==-1) perror("chroot");
   if (chdir("/")==-1) perror("security chdir");

* Look at static buffers in scsi.c

* Western Digital SATA drives seems to declare themselves as "ATA WDC..."
  this could be useful for probing bus type.