-#!/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"
#
# smartd warning script
#
-# Copyright (C) 2012-14 Christian Franke <smartmontools-support@lists.sourceforge.net>
+# 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
# You should have received a copy of the GNU General Public License
# (for example COPYING); If not, see <http://www.gnu.org/licenses/>.
#
-# $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}"