FreeBSD Bugzilla – Attachment 105597 Details for
Bug 146100
sysutils/smartmontools: Add support for periodic ciss devices health monitoring
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 692 bytes, created by
knezour
on 2010-04-28 00:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
knezour
Created:
2010-04-28 00:30:01 UTC
Size:
692 bytes
patch
obsolete
>--- /usr/ports/sysutils/smartmontools/files/smart.in 2010-03-10 14:12:53.000000000 +0100 >+++ /usr/local/etc/periodic/daily/smart.in 2010-04-28 01:04:43.000000000 +0200 >@@ -40,14 +40,16 @@ > device="${device#/dev/}" > devflags="" > case ${device} in >- cd*) continue >+ cd*) ;; >+ tw[ae]*) devflags="-d3ware,${device##tw[ae][0-9]*,}" >+ device="/dev/${device%,[0-9]*}" > ;; >- tw[ae]*) devflags="-d3ware,${device#tw[ae][0-9]*,}" >- device="/dev/${device%,[0-9]*}" >+ ciss*) devflags="-dcciss,${device##ciss[0-9]*,}" >+ device="/dev/${device%,[0-9]*}" > ;; > /*) ;; > *) device="/dev/${device}" >- ;; >+ ;; > esac > > if [ -e ${device} ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 146100
: 105597