From: Frank Brehm Date: Thu, 18 Jan 2018 16:45:22 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e889e3e27c9a440bc1640d5c6dea0ddaa5a1cd02;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/init.d/smartd b/init.d/smartd index 336bc4ea..1aa2ece8 100755 --- a/init.d/smartd +++ b/init.d/smartd @@ -1,7 +1,6 @@ -#!/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$ pidfile="/run/smartd.pid" command="/usr/sbin/smartd" diff --git a/smartd_warning.sh b/smartd_warning.sh index 361dc976..5393fb21 100755 --- a/smartd_warning.sh +++ b/smartd_warning.sh @@ -2,7 +2,9 @@ # # smartd warning script # -# Copyright (C) 2012-14 Christian Franke +# Home page of code is: http://www.smartmontools.org +# +# Copyright (C) 2012-16 Christian Franke # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -12,14 +14,15 @@ # You should have received a copy of the GNU General Public License # (for example COPYING); If not, see . # -# $Id: smartd_warning.sh.in 3932 2014-06-29 19:02:38Z chrfranke $ +# $Id: smartd_warning.sh.in 4351 2016-10-17 18:53:40Z chrfranke $ # set -e # Set by config.status +export PATH="/usr/bin:/bin" PACKAGE="smartmontools" -VERSION="6.4" +VERSION="6.6" prefix="/usr" sysconfdir="/etc" smartdscriptdir="${sysconfdir}"