From 82df3474f204de34cf5cc68e2a45780c122a4ea15d5691d89a8e373c61d88f8c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 25 Jan 2014 06:50:06 +0000 Subject: [PATCH] - Fixed leaking the exit code of systemctl in atd.sh. A change to at.sleep prevents leaking systemctl exit code as well as simplifies the script. OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=76 --- at.changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/at.changes b/at.changes index d5ddf98..a8f16b4 100644 --- a/at.changes +++ b/at.changes @@ -1,9 +1,9 @@ ------------------------------------------------------------------- Thu Jan 23 21:15:53 UTC 2014 - aj@ajaissle.de -- Previous submit (SR#213467 / revision 74): Fixed leaking the exit - code of systemctl in atd.sh. A change to at.sleep prevents - leaking systemctl exit code as well as simplifies the script. +- Fixed leaking the exit code of systemctl in atd.sh. A change + to at.sleep prevents leaking systemctl exit code as well as + simplifies the script. ------------------------------------------------------------------- Tue Nov 12 15:37:29 UTC 2013 - mvyskocil@suse.com