From a7b07f60264856d52aebdbcf91513e702c328858717bc8f7a43182097b863724 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 21 Sep 2017 14:14:13 +0000 Subject: [PATCH] Accepting request 527371 from home:kstreitova:branches:Base:System - acct.service: fix chmod command call to use an absolute path [bsc#1053528] OBS-URL: https://build.opensuse.org/request/show/527371 OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=60 --- acct.changes | 6 ++++++ acct.service | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/acct.changes b/acct.changes index ba80ae0..81a3bc3 100644 --- a/acct.changes +++ b/acct.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 19 19:26:56 UTC 2017 - kstreitova@suse.com + +- acct.service: fix chmod command call to use an absolute path + [bsc#1053528] + ------------------------------------------------------------------- Mon Jul 10 19:13:44 UTC 2017 - astieger@suse.com diff --git a/acct.service b/acct.service index d455bd3..1948dd6 100644 --- a/acct.service +++ b/acct.service @@ -5,7 +5,7 @@ Documentation=man:accton(8) [Service] Type=oneshot RemainAfterExit=true -ExecStartPre=chmod 600 /var/log/account/pacct +ExecStartPre=/usr/bin/chmod 600 /var/log/account/pacct ExecStart=/usr/sbin/accton /var/log/account/pacct ExecStop=/usr/sbin/accton off