- #435250 mixed OPTS and OPTIONS variable in sysconfig
This commit is contained in:
parent
d6041acaa4
commit
6635d052b3
5
at.spec
5
at.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.10
|
Version: 3.1.10
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://ftp.debian.org/debian/pool/main/a/at
|
URL: http://ftp.debian.org/debian/pool/main/a/at
|
||||||
@ -185,6 +185,9 @@ fi
|
|||||||
%attr(4755,root,root) %{_bindir}/at
|
%attr(4755,root,root) %{_bindir}/at
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-22
|
||||||
|
- #435250 mixed OPTS and OPTIONS variable in sysconfig
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.10-21
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.10-21
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
2
atd.init
2
atd.init
@ -26,7 +26,7 @@ LOCK_FILE=/var/lock/subsys/atd
|
|||||||
start() {
|
start() {
|
||||||
# Check if atd is already running
|
# Check if atd is already running
|
||||||
echo -n $"Starting $prog: "
|
echo -n $"Starting $prog: "
|
||||||
$ATD $OPTIONS && success || failure
|
$ATD $OPTS && success || failure
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
[ "$RETVAL" = 0 ] && touch $LOCK_FILE
|
[ "$RETVAL" = 0 ] && touch $LOCK_FILE
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user