rpms/at/devel at.spec,1.63,1.64 atd.init,1.6,1.7

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Thu Feb 28 09:35:33 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/at/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18797

Modified Files:
	at.spec atd.init 
Log Message:
- #435250 mixed OPTS and OPTIONS variable in sysconfig




Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/at.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- at.spec	19 Feb 2008 14:25:53 -0000	1.63
+++ at.spec	28 Feb 2008 09:34:57 -0000	1.64
@@ -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 @@
 %attr(4755,root,root)	%{_bindir}/at
 
 %changelog
+* Thu Feb 28 2008 Marcela Maslanova <mmaslano at redhat.com> - 3.1.10-22
+- #435250 mixed OPTS and OPTIONS variable in sysconfig
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.1.10-21
 - Autorebuild for GCC 4.3
 


Index: atd.init
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/atd.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- atd.init	5 Oct 2007 11:58:14 -0000	1.6
+++ atd.init	28 Feb 2008 09:34:57 -0000	1.7
@@ -26,7 +26,7 @@
 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




More information about the fedora-extras-commits mailing list