summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-09-29 01:09:45 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-09-29 01:16:54 +0200
commit245ca244680a330525caa4cb0028f875a425e706 (patch)
tree86a3a971faadc5abcaec94cdb6291241e2aacc4b /sys-apps/smartmontools
parentgames-puzzle/flobopuyo: remove unsued CC export (diff)
downloadgentoo-245ca244680a330525caa4cb0028f875a425e706.tar.gz
gentoo-245ca244680a330525caa4cb0028f875a425e706.tar.bz2
gentoo-245ca244680a330525caa4cb0028f875a425e706.zip
sys-apps/smartmontools: hide stdout from drivedb update cron task
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/files/smartmontools-update-drivedb4
-rw-r--r--sys-apps/smartmontools/smartmontools-7.2-r1.ebuild (renamed from sys-apps/smartmontools/smartmontools-7.2.ebuild)0
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/smartmontools/files/smartmontools-update-drivedb b/sys-apps/smartmontools/files/smartmontools-update-drivedb
index 831f1e6541b5..b7d1bb95243f 100644
--- a/sys-apps/smartmontools/files/smartmontools-update-drivedb
+++ b/sys-apps/smartmontools/files/smartmontools-update-drivedb
@@ -1,3 +1,5 @@
#!/bin/sh
-/usr/sbin/update-smart-drivedb
+# Hide stdout until a --quiet switch is added:
+# https://github.com/smartmontools/smartmontools/issues/110
+/usr/sbin/update-smart-drivedb > /dev/null
diff --git a/sys-apps/smartmontools/smartmontools-7.2.ebuild b/sys-apps/smartmontools/smartmontools-7.2-r1.ebuild
index 39f90ac1de44..39f90ac1de44 100644
--- a/sys-apps/smartmontools/smartmontools-7.2.ebuild
+++ b/sys-apps/smartmontools/smartmontools-7.2-r1.ebuild