diff --git a/at.spec b/at.spec index dcee176..58e6c50 100644 --- a/at.spec +++ b/at.spec @@ -6,7 +6,7 @@ Summary: Job spooling tools Name: at Version: 3.1.10 -Release: 21%{?dist} +Release: 22%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://ftp.debian.org/debian/pool/main/a/at @@ -185,6 +185,9 @@ fi %attr(4755,root,root) %{_bindir}/at %changelog +* Thu Feb 28 2008 Marcela Maslanova - 3.1.10-22 +- #435250 mixed OPTS and OPTIONS variable in sysconfig + * Tue Feb 19 2008 Fedora Release Engineering - 3.1.10-21 - Autorebuild for GCC 4.3 diff --git a/atd.init b/atd.init index 71ba743..8df2794 100755 --- a/atd.init +++ b/atd.init @@ -26,7 +26,7 @@ LOCK_FILE=/var/lock/subsys/atd start() { # Check if atd is already running echo -n $"Starting $prog: " - $ATD $OPTIONS && success || failure + $ATD $OPTS && success || failure RETVAL=$? [ "$RETVAL" = 0 ] && touch $LOCK_FILE echo