summaryrefslogtreecommitdiffstats
path: root/main/smartmontools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
commit6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch)
tree27e1c61cbc148cf62683fdece421db3e5df6864f /main/smartmontools
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/smartmontools')
-rw-r--r--main/smartmontools/APKBUILD8
-rw-r--r--main/smartmontools/smartd.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/smartmontools/APKBUILD b/main/smartmontools/APKBUILD
index d7da32eca..ffb590c87 100644
--- a/main/smartmontools/APKBUILD
+++ b/main/smartmontools/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=smartmontools
pkgver=6.3
-pkgrel=0
+pkgrel=1
pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives."
url="http://smartmontools.sourceforge.net"
arch="all"
@@ -33,11 +33,11 @@ package() {
install -Dm644 ../smartd.confd "$pkgdir"/etc/conf.d/smartd
}
md5sums="2ea0c62206e110192a97b59291b17f54 smartmontools-6.3.tar.gz
-b33edf355a83149119d768f0d75787c8 smartd.initd
+b646176ec1b5b1eb7175b39cbef1be2f smartd.initd
371cdb7cc9dc924b6d12224d66b193c6 smartd.confd"
sha256sums="a777065d1a5965d71b3672e054b09b7696200ec73aaf45ab636f34016538fe19 smartmontools-6.3.tar.gz
-d28f4d15d56e14cc78abc7cd04429753bab6c535b89502019757ba937aaee4ae smartd.initd
+a4d1974318cf2d12c702f6a6db34a35373139c409ca6b796ce3370d65025a4eb smartd.initd
714cc1b253e1f59b884be89693757fec91ca878c62f37451a49ef6bb72263e85 smartd.confd"
sha512sums="59f13ca510618a65d4d227978fbcf9d0f67efbf75c425357ff79b283db650e1fc2ffb27cd37c32dc963c43130a2b982ef7b50e11673c92ae5a4369965fabe524 smartmontools-6.3.tar.gz
-347c3a22b17444eb7c7c7c56764b5c6110c72ed10235c9af61fea24e02528a7999f15cc33fbc37e4d80fe7b161129a514507f0be2a92d8ff38364e4f35068f30 smartd.initd
+61cae548fc9f3a9fbea20d684502d3816e7b0b60fcf533ae4e1ab850725c208eb6ba5012ae154a46f0b7bb7285a9e63cbdecafed8db7fd63fda0ba59081260cc smartd.initd
ff45462944f01c0e7cac99443078b253dcbaed4f99ffab85052b12361d9eec4beec81cab334fbede9148b3dd503d5205add32ef4327a788f02a8b1e37f460437 smartd.confd"
diff --git a/main/smartmontools/smartd.initd b/main/smartmontools/smartd.initd
index 131a7d45f..f37284320 100644
--- a/main/smartmontools/smartd.initd
+++ b/main/smartmontools/smartd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/files/smartd.rc,v 1.9 2011/09/15 07:58:50 polynomial-c Exp $