smartmontools: update to 6.3.
This commit is contained in:
parent
f3196c3bd2
commit
af8cbf4408
|
@ -1,18 +0,0 @@
|
||||||
Remove useless redhat specific stuff from it.
|
|
||||||
|
|
||||||
--- smartd.service.in.orig 2012-12-10 23:46:12.941631937 +0100
|
|
||||||
+++ smartd.service.in 2012-12-10 23:46:38.323942716 +0100
|
|
||||||
@@ -1,12 +1,9 @@
|
|
||||||
[Unit]
|
|
||||||
Description=Self Monitoring and Reporting Technology (SMART) Daemon
|
|
||||||
-After=syslog.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
-EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools
|
|
||||||
-ExecStart=/usr/local/sbin/smartd -n $smartd_opts
|
|
||||||
+ExecStart=/usr/local/sbin/smartd -n
|
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
|
||||||
-StandardOutput=syslog
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'smartmontools'
|
# Template file for 'smartmontools'
|
||||||
pkgname=smartmontools
|
pkgname=smartmontools
|
||||||
version=6.2
|
version=6.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-drivedb --with-libcap-ng=yes
|
configure_args="--enable-drivedb --with-libcap-ng=yes
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
|
||||||
--with-drivedbdir=/var/db/${pkgname}"
|
--with-drivedbdir=/var/db/${pkgname}"
|
||||||
makedepends="libcap-ng-devel"
|
makedepends="libcap-ng-devel"
|
||||||
conf_files="/etc/smartd.conf"
|
conf_files="/etc/smartd.conf"
|
||||||
|
@ -15,4 +14,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://smartmontools.sourceforge.net"
|
homepage="http://smartmontools.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=486f660579bb0fb4f6b927ded7531cb1f99685c666397377761c5b04dd96065b
|
checksum=a777065d1a5965d71b3672e054b09b7696200ec73aaf45ab636f34016538fe19
|
||||||
|
|
Loading…
Reference in New Issue