[arch-commits] Commit in smartmontools/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Sep 3 15:58:16 UTC 2020


    Date: Thursday, September 3, 2020 @ 15:58:16
  Author: eworm
Revision: 395388

upgpkg: smartmontools 7.1-3: remove obsolete option from service

Modified:
  smartmontools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 14:02:29 UTC (rev 395387)
+++ PKGBUILD	2020-09-03 15:58:16 UTC (rev 395388)
@@ -5,7 +5,7 @@
 
 pkgname=smartmontools
 pkgver=7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
 url="http://smartmontools.sourceforge.net"
 license=('GPL')
@@ -27,6 +27,11 @@
 
   # make sure to use `uname -n` instead of `hostname`
   sed -i "/^os_hostname/c os_hostname=\"'uname -n'\"" configure.ac
+
+  # smartd.service.in: Remove obsolete 'StandardOutput=syslog'
+  # https://github.com/smartmontools/smartmontools/commit/f73303bc2d40adfc71e8bfaae043275e88cf9275
+  sed -i '/^StandardOutput=/d' smartd.service.in
+
   autoreconf -fi
 }
 



More information about the arch-commits mailing list