INSTALL 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Disk-SMART
  2. This module requires that smartctl be accessed as root. If you do not wish to install the module as root then you will need to make smartctl SETUID as root with "chmod u+s <path/to/smartctl>"
  3. To install this module, run the following commands:
  4. perl Makefile.PL
  5. make
  6. sudo make test
  7. sudo make install
  8. SUPPORT AND DOCUMENTATION
  9. After installing, you can find documentation for this module with the
  10. perldoc command.
  11. perldoc Disk::SMART
  12. You can also look for information at:
  13. RT, CPAN's request tracker (report bugs here)
  14. http://rt.cpan.org/NoAuth/Bugs.html?Dist=Disk-SMART
  15. AnnoCPAN, Annotated CPAN documentation
  16. http://annocpan.org/dist/Disk-SMART
  17. CPAN Ratings
  18. http://cpanratings.perl.org/d/Disk-SMART
  19. Search CPAN
  20. http://search.cpan.org/dist/Disk-SMART/
  21. LICENSE AND COPYRIGHT
  22. Copyright 2015 Paul Trost
  23. This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2, or at your option any later version.
  24. <http://gnu.org/licenses/gpl.html>