754156 fix typo in script

This commit is contained in:
Marcela Mašláňová 2011-11-15 16:05:46 +01:00
parent d7c6e9279d
commit 4b79d98615
2 changed files with 5 additions and 2 deletions

2
56atd
View File

@ -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
;;

View File

@ -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á <mmaslano@redhat.com> - 3.1.13-6
- 754156 fix typo in script
* Mon Nov 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.1.13-5
- fix incorrect option in test in 56atd