From 8d0bbdf9f29e63e0f22667306a606fe2e67f6bae Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 14 Aug 2017 17:49:26 -0700 Subject: [PATCH] mbpfan: fix bogus runit script This resolves #7376 --- srcpkgs/mbpfan/files/mbpfan/run | 2 +- srcpkgs/mbpfan/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mbpfan/files/mbpfan/run b/srcpkgs/mbpfan/files/mbpfan/run index 68375e4eb39..a876b72584f 100644 --- a/srcpkgs/mbpfan/files/mbpfan/run +++ b/srcpkgs/mbpfan/files/mbpfan/run @@ -1,3 +1,3 @@ #!/bin/sh exec 2>&1 -exec chpst -b mbpfan -f +exec mbpfan -f diff --git a/srcpkgs/mbpfan/template b/srcpkgs/mbpfan/template index 9d6815f4917..56cd1d0f47f 100644 --- a/srcpkgs/mbpfan/template +++ b/srcpkgs/mbpfan/template @@ -1,7 +1,7 @@ # Template file for 'mbpfan' pkgname=mbpfan version=1.9.1 -revision=1 +revision=2 only_for_archs="x86_64 i686 x86_64-musl i686-musl" #Package is restricted to these arches because it's Macbook-specific and Macbooks only have these arches. build_style=gnu-makefile nopie="YES" #Hardening is disabled because it causes buffer overflow errors with this version of mbpfan. A more elegant solution would be patching the source files themselves.