[at/f16] 754156 fix typo in script

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Nov 15 15:00:45 UTC 2011


commit 58792cd97c8cf58fc505a67756ac16e500f15f56
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Nov 15 16:00:31 2011 +0100

    754156 fix typo in script

 56atd   |    2 +-
 at.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/56atd b/56atd
index 1104675..86989e1 100644
--- a/56atd
+++ b/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
 		;;
diff --git a/at.spec b/at.spec
index a7318cc..cbd2c04 100644
--- a/at.spec
+++ b/at.spec
@@ -3,7 +3,7 @@
 Summary:	Job spooling tools
 Name:		at
 Version:	3.1.13
-Release:	4%{dist}
+Release:	5%{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 at redhat.com> - 3.1.13-5
+- 754156 fix typo in script 
+
 * Mon Nov 14 2011 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.13-4
 - 729742 fix pm-utils hook for at
 


More information about the scm-commits mailing list