Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4a1bb056d03391545ad598445895db49 > files > 11

hddtemp-0.3-0.21.beta15.fc15.i686.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.