diff --git a/56atd b/56atd index 1104675..86989e1 100644 --- a/56atd +++ b/56atd @@ -9,7 +9,7 @@ case "$1" in thaw|resume) if [ -f /etc/init.d/atd ]; then /etc/init.d/atd restart - elif + else systemctl try-restart atd.service fi ;; diff --git a/at.spec b/at.spec index 0b42d21..1e9369b 100644 --- a/at.spec +++ b/at.spec @@ -3,7 +3,7 @@ Summary: Job spooling tools Name: at Version: 3.1.13 -Release: 5%{dist} +Release: 6%{dist} License: GPLv2+ Group: System Environment/Daemons URL: http://ftp.debian.org/debian/pool/main/a/at @@ -188,6 +188,9 @@ fi %attr(0755,root,root) %{_initrddir}/atd %changelog +* Mon Nov 14 2011 Marcela Mašláňová - 3.1.13-6 +- 754156 fix typo in script + * Mon Nov 14 2011 Marcela Mašláňová - 3.1.13-5 - fix incorrect option in test in 56atd