Page MenuHomeFreeBSD

Vendor import of smart at 1.0.2
ClosedPublic

Authored by chuck on Sat, Apr 25, 8:50 PM.
Tags
None
Referenced Files
F154442161: D56638.diff
Tue, Apr 28, 2:21 PM
F154412761: D56638.id176512.diff
Tue, Apr 28, 9:55 AM
F154407558: D56638.id176513.diff
Tue, Apr 28, 9:27 AM
Unknown Object (File)
Mon, Apr 27, 7:13 AM
Subscribers

Details

Summary

smart/diskhealth is a command line application to monitor disk health
from a storage device via SMART.

Relnotes: yes

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72549
Build 69432: arc lint + arc unit

Event Timeline

chuck requested review of this revision.Sat, Apr 25, 8:50 PM
contrib/smart/LICENSE
1–12

You might consider updating the date and using an SPDX identifier.

contrib/smart/libsmart_desc.c
76
contrib/smart/smart.8
180

Are the .Pps macros valid mdoc(7)?

contrib/smart/smart.c
29
contrib/smart/smart.8
124
chuck marked an inline comment as done.

Update with jrm@ review feedback

LGTM, though adding a man page link for diskhealth would be helpful.

contrib/smart/Makefile
21
This revision is now accepted and ready to land.Mon, Apr 27, 6:19 PM
chuck added inline comments.
contrib/smart/smart.8
124

Good catch!

180

It's possible I misunderstood the comments in the other review, but I think .Pps is what @ziaee wanted here

contrib/smart/smart.8
180

I'm guessing @ziaee meant .Pps, as in the plural of .Pp.

Add link to man page for diskhealth

This revision now requires review to proceed.Mon, Apr 27, 6:51 PM

Remove invalid mdoc macro

This revision is now accepted and ready to land.Mon, Apr 27, 7:01 PM
This revision was automatically updated to reflect the committed changes.