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

Christian Hesse eworm at archlinux.org
Tue Jun 9 19:44:28 UTC 2020


    Date: Tuesday, June 9, 2020 @ 19:44:25
  Author: eworm
Revision: 388701

upgpkg: haveged 1.9.9-3

fix ordering cycle on boot

Modified:
  haveged/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 19:44:12 UTC (rev 388700)
+++ PKGBUILD	2020-06-09 19:44:25 UTC (rev 388701)
@@ -5,7 +5,7 @@
 
 pkgname=haveged
 pkgver=1.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('x86_64')
 url='https://github.com/jirka-h/haveged'
@@ -18,7 +18,9 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i "s/@SBIN_DIR@/\/usr\/bin/" init.d/service.fedora
+  sed -i init.d/service.fedora \
+    -e 's/@SBIN_DIR@/\/usr\/bin/' \
+    -e '/PrivateTmp=/d'
 }
 
 build() {



More information about the arch-commits mailing list