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/manpage.diff | |
parent | Adding upstream version 7.4. (diff) | |
download | smartmontools-debian.tar.xz smartmontools-debian.zip |
Adding debian version 7.4-2.debian/7.4-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/manpage.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/manpage.diff b/debian/patches/manpage.diff new file mode 100644 index 0000000..ca99941 --- /dev/null +++ b/debian/patches/manpage.diff @@ -0,0 +1,22 @@ +From: Giuseppe Iuculano <iuculano@debian.org> +Date: Thu, 27 Sep 2018 19:03:07 +0800 +Subject: manpage + +Fixed example path in man pages +--- + smartd.conf.5.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/smartd.conf.5.in ++++ b/smartd.conf.5.in +@@ -1776,9 +1776,9 @@ + /sbin/shutdown \-hf now + .Ve + .Sp + Some example scripts are distributed with the smartmontools package, +-in /usr/local/share/doc/smartmontools/examplescripts/. ++in /usr/local/share/doc/smartmontools/examples/. + .Sp + Please note that these scripts typically run as root, so any files + that they read/write should not be writable by ordinary users or + reside in directories like /tmp that are writable by ordinary users |