8f6fed2ed5
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI-5 disks. PR: 58085 Submitted by: Eduard Martinescu <martines@rochester.rr.com> Approved by: krion (implicit)
21 lines
591 B
Text
21 lines
591 B
Text
@comment $FreeBSD$
|
|
@unexec /bin/echo "===>" Stopping smartd ...
|
|
@unexec /usr/bin/killall smartd 2>/dev/null || true
|
|
etc/smartd.conf.sample
|
|
etc/rc.d/smartd.sh.sample
|
|
sbin/smartctl
|
|
sbin/smartd
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%%%DOCSDIR%%/WARNINGS
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%EXAMPLESDIR%%/Example1
|
|
%%EXAMPLESDIR%%/Example2
|
|
%%EXAMPLESDIR%%/Example3
|
|
%%EXAMPLESDIR%%/README
|
|
%%EXAMPLESDIR%%/smartd.conf
|
|
@dirrm %%EXAMPLESDIR%%
|