- #435250 mixed OPTS and OPTIONS variable in sysconfig

This commit is contained in:
Marcela Mašláňová 2008-02-28 09:34:57 +00:00
parent d6041acaa4
commit 6635d052b3
2 changed files with 5 additions and 2 deletions

View File

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

View File

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