]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 18 Jan 2018 16:45:22 +0000 (17:45 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 18 Jan 2018 16:45:22 +0000 (17:45 +0100)
init.d/smartd
smartd_warning.sh

index 336bc4ea9be994f52d0bb9710d5e9e5ef5c49650..1aa2ece803dce479216ed9eefffca7c4341777ac 100755 (executable)
@@ -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"
index 361dc976d076d7d8b9b34119384da927ad60fb55..5393fb21e366e34d8361cd1a802cda66a49015ff 100755 (executable)
@@ -2,7 +2,9 @@
 #
 # 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}"