754156 fix typo in script
This commit is contained in:
parent
d7c6e9279d
commit
4b79d98615
2
56atd
2
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
|
||||
;;
|
||||
|
5
at.spec
5
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á <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user