From 13976180140fc9eb0bf477c225f89ed0e210b4b9 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 3 Sep 2016 13:29:29 +0200 Subject: community/psad: improve abuild and fix rundir location --- community/psad/psad.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/psad/psad.initd') diff --git a/community/psad/psad.initd b/community/psad/psad.initd index f598ae05ed..d58b15daf7 100644 --- a/community/psad/psad.initd +++ b/community/psad/psad.initd @@ -4,7 +4,7 @@ # Adapted for Alpine Linux by Stuart Cardall command="/usr/sbin/psad" -pidfile="/var/run/psad/psad.pid" +pidfile="/run/psad/psad.pid" config_file="/etc/psad/psad.conf" depend() { @@ -22,7 +22,7 @@ check_config() { start_pre() { check_config || return 1 - # make sure dir for pidfile exists. /var/run is tmpfs... + # make sure dir for pidfile exists. /run is tmpfs... checkpath --directory ${pidfile%/*} } -- cgit v1.2.3