diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:48 +0000 |
commit | 9021c15fadb3638b6d118fdba8cf19cc4ca9e063 (patch) | |
tree | 3971b5280a3877d4d1c9d1b729f860c6c4752d54 /debian/patches/61_cciss-doc.patch | |
parent | Adding upstream version 7.4. (diff) | |
download | smartmontools-9021c15fadb3638b6d118fdba8cf19cc4ca9e063.tar.xz smartmontools-9021c15fadb3638b6d118fdba8cf19cc4ca9e063.zip |
Adding debian version 7.4-2.debian/7.4-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/61_cciss-doc.patch')
-rw-r--r-- | debian/patches/61_cciss-doc.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/patches/61_cciss-doc.patch b/debian/patches/61_cciss-doc.patch new file mode 100644 index 0000000..db56950 --- /dev/null +++ b/debian/patches/61_cciss-doc.patch @@ -0,0 +1,46 @@ +From: Giuseppe Iuculano <iuculano@debian.org> +Date: Thu, 27 Sep 2018 19:03:07 +0800 +Subject: Update cciss examples/docs + +Here is a patch that adds examples for cciss to the default smartd.conf +file and adds some more cciss documentation to the manpages. I think this +patch gets things to parity with the 3ware documentation with a couple +minor exceptions + +Refreshed by jmtd@debian.org 2018-08-10 +Refreshed by nirgal@debian.org 2019-09-17 +--- + smartd.conf | 6 ++++++ + smartd.conf.5.in | 10 ++++++++++ + 2 files changed, 16 insertions(+) + +--- a/smartd.conf.5.in ++++ b/smartd.conf.5.in +@@ -164,8 +164,14 @@ + /dev/sda \-d cciss,1 \-a \-s (L/../../7/03|S/../.././03) \-m root + .\" %ENDIF OS Linux + .\" %IF OS FreeBSD Linux + # ++# Monitor 2 disks connected to the first HP SmartArray controller which ++# uses the cciss driver. Start long tests on Sunday nights and short ++# self-tests every night and send errors to root ++# \ /dev/sda -d cciss,0 -a -s (L/../../7/02|S/../.././02) -m root ++# \ /dev/sda -d cciss,1 -a -s (L/../../7/03|S/../.././03) -m root ++# + # Three SATA disks on a HighPoint RocketRAID controller. + # Start short self\-tests daily between 1\-2, 2\-3, and + # 3\-4 am. + .\" %ENDIF OS FreeBSD Linux +@@ -231,8 +237,12 @@ + # + ################################################ + .Ve + .Sp ++.B If a cciss controller is used ++then the corresponding block device (/dev/sd?) must be listed, ++along with the \'\-d cciss,N\' Directive (see below). ++.TP + .SH DEVICESCAN + If a non-comment entry in the configuration file is the text string + .B DEVICESCAN + in capital letters, then |