From 386f9d584f3df2b12cc6646b58d49f1208c40b74 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 19 Mar 2021 00:49:45 +0200 Subject: [PATCH] monkey: fix the runit service: -remove the chpst invocation, because a) the 'monkey' user does not exist and b) the daemon drops privileges to the _monkey user by itself. --- srcpkgs/monkey/files/monkey/run | 2 +- srcpkgs/monkey/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monkey/files/monkey/run b/srcpkgs/monkey/files/monkey/run index f499f3d2507a60..95dad012d94d99 100644 --- a/srcpkgs/monkey/files/monkey/run +++ b/srcpkgs/monkey/files/monkey/run @@ -1,2 +1,2 @@ #!/bin/sh -exec chpst -u monkey:monkey monkey +exec monkey diff --git a/srcpkgs/monkey/template b/srcpkgs/monkey/template index e910e31586f6f8..4037c1815258ca 100644 --- a/srcpkgs/monkey/template +++ b/srcpkgs/monkey/template @@ -1,7 +1,7 @@ # Template file for 'monkey' pkgname=monkey version=1.6.9 -revision=3 +revision=4 build_style=configure configure_args="--prefix=/usr --sbindir=/usr/bin --libdir=/usr/lib$XBPS_TARGET_WORDSIZE/$pkgname