[arch-commits] Commit in hdapsd/trunk (PKGBUILD hdapsd.systemd)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Jun 3 21:05:22 UTC 2013


    Date: Monday, June 3, 2013 @ 23:05:22
  Author: lfleischer
Revision: 92308

upgpkg: hdapsd 20090401-8

Remove reference to hdapsd-wrapper from systemd unit (fixes FS#35564).

Modified:
  hdapsd/trunk/PKGBUILD
  hdapsd/trunk/hdapsd.systemd

----------------+
 PKGBUILD       |    4 ++--
 hdapsd.systemd |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-03 20:18:47 UTC (rev 92307)
+++ PKGBUILD	2013-06-03 21:05:22 UTC (rev 92308)
@@ -4,7 +4,7 @@
 
 pkgname=hdapsd
 pkgver=20090401
-pkgrel=7
+pkgrel=8
 pkgdesc='HDAPS userspace hard drive protection daemon'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/hdaps/'
@@ -13,7 +13,7 @@
 source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
         'hdapsd.systemd')
 md5sums=('897cee8b0192febd127470f3e9506aeb'
-         '61ac40d4d77e57863da68d9fd94c58e7')
+         'f514cca78059477c4f33faf97d4aaa06')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: hdapsd.systemd
===================================================================
--- hdapsd.systemd	2013-06-03 20:18:47 UTC (rev 92307)
+++ hdapsd.systemd	2013-06-03 21:05:22 UTC (rev 92308)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/var/run/hdapsd.pid
-ExecStart=/usr/bin/hdapsd-wrapper
+ExecStart=/usr/bin/hdapsd -bp
 ExecReload=/bin/kill -HUP ${MAINPID}
 
 [Install]




More information about the arch-commits mailing list