Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smartmontools/, sys-apps/smartmontools/files/
Date: Tue, 28 Sep 2021 23:21:12
Message-Id: 1632871014.245ca244680a330525caa4cb0028f875a425e706.sbraz@gentoo
1 commit: 245ca244680a330525caa4cb0028f875a425e706
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 23:09:45 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 23:16:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245ca244
7
8 sys-apps/smartmontools: hide stdout from drivedb update cron task
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 sys-apps/smartmontools/files/smartmontools-update-drivedb | 4 +++-
13 .../{smartmontools-7.2.ebuild => smartmontools-7.2-r1.ebuild} | 0
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-apps/smartmontools/files/smartmontools-update-drivedb b/sys-apps/smartmontools/files/smartmontools-update-drivedb
17 index 831f1e6541b..b7d1bb95243 100644
18 --- a/sys-apps/smartmontools/files/smartmontools-update-drivedb
19 +++ b/sys-apps/smartmontools/files/smartmontools-update-drivedb
20 @@ -1,3 +1,5 @@
21 #!/bin/sh
22
23 -/usr/sbin/update-smart-drivedb
24 +# Hide stdout until a --quiet switch is added:
25 +# https://github.com/smartmontools/smartmontools/issues/110
26 +/usr/sbin/update-smart-drivedb > /dev/null
27
28 diff --git a/sys-apps/smartmontools/smartmontools-7.2.ebuild b/sys-apps/smartmontools/smartmontools-7.2-r1.ebuild
29 similarity index 100%
30 rename from sys-apps/smartmontools/smartmontools-7.2.ebuild
31 rename to sys-apps/smartmontools/smartmontools-7.2-r1.ebuild