Bug 172486 - [patch] sysutils/cciss_vol_status: Add daily periodic script
Summary: [patch] sysutils/cciss_vol_status: Add daily periodic script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-08 14:40 UTC by Leonid Nevecherya
Modified: 2012-10-25 17:58 UTC (History)
0 users

See Also:


Attachments
file.diff (3.42 KB, patch)
2012-10-08 14:40 UTC, Leonid Nevecherya
no flags Details | Diff
patch.txt (3.19 KB, text/plain)
2012-10-25 09:52 UTC, Frank Wall
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Nevecherya 2012-10-08 14:40:06 UTC
Add daily periodic script cciss_vol_status.
Script have parameters
daily_cciss_vol_status_flags="-s" Default check SMART status of array disks,
daily_cciss_vol_status_extra_status_flags="-V" Default full programm output on problem array,
daily_cciss_vol_status_devices This is list of ciss devices to monitor or AUTO to monitor all devices.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-08 14:40:15 UTC
Maintainer of sysutils/cciss_vol_status,

Please note that PR ports/172486 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172486

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-08 14:40:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2012-10-08 14:49:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 4 Frank Wall 2012-10-25 09:52:53 UTC
Hi,

> Maintainer of sysutils/cciss_vol_status,
> Please note that PR ports/172486 has just been submitted.

I have slightly modified the submitted patch. The new patch
is attached to this e-mail.

CHANGES:
- do NOT use a pkg-plist file, keep everything in Makefile
- add missing SUB_FILES
- few text/style improvements
- use new one line header in Makefile

Please note that ports/172479 is obsolete and should be closed too.
Thanks to Leonid Nevecherya for submitting the patch.


Bye
- Frank
Comment 5 Florian Smeets freebsd_committer freebsd_triage 2012-10-25 17:58:24 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!