Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > f00f1baad61cd133bbcee7bb45f7da2b > files > 11

hddtemp-0.3-0.beta15.12mdv2010.1.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.