From 13b11d0a5c7a197c66ef8cd986d475c2b215cc64 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 18 Apr 2016 15:44:31 +0200 Subject: sys-apps/smartmontools: Revbump to fix bugs #575292 and #580424 Don't install drivedb.h into /usr and don't add it to the PM's file database (#575292). Fix download location of latest drivedb.h file (#580424). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler --- sys-apps/smartmontools/files/smartd-r1.rc | 4 ++-- sys-apps/smartmontools/files/smartmontools-update-drivedb | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 sys-apps/smartmontools/files/smartmontools-update-drivedb (limited to 'sys-apps/smartmontools/files') diff --git a/sys-apps/smartmontools/files/smartd-r1.rc b/sys-apps/smartmontools/files/smartd-r1.rc index 336bc4ea9be..32e12b720b2 100644 --- a/sys-apps/smartmontools/files/smartd-r1.rc +++ b/sys-apps/smartmontools/files/smartd-r1.rc @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/smartmontools/files/smartmontools-update-drivedb b/sys-apps/smartmontools/files/smartmontools-update-drivedb new file mode 100644 index 00000000000..831f1e6541b --- /dev/null +++ b/sys-apps/smartmontools/files/smartmontools-update-drivedb @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/sbin/update-smart-drivedb -- cgit v1.2.1