rpms/smartmontools/F-11 smartd.initd, 1.9, 1.10 smartmontools.spec, 1.59, 1.60

Michal Hlavinka mhlavink at fedoraproject.org
Fri Oct 9 18:55:09 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/smartmontools/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv316

Modified Files:
	smartd.initd smartmontools.spec 
Log Message:
* Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-17
- fix apostrophes around shell variable



Index: smartd.initd
===================================================================
RCS file: /cvs/extras/rpms/smartmontools/F-11/smartd.initd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- smartd.initd	9 Oct 2009 18:37:21 -0000	1.9
+++ smartd.initd	9 Oct 2009 18:55:09 -0000	1.10
@@ -123,7 +123,7 @@ case "$1" in
 	*)
 		echo $"Usage: $0 {start|stop|restart|status|condrestart|try-restart|reload|force-reload|report}"
 		RETVAL=2
-		[ '$1' = 'usage' ] && RETVAL=0
+		[ "$1" = 'usage' ] && RETVAL=0
 esac
 
 exit $RETVAL


Index: smartmontools.spec
===================================================================
RCS file: /cvs/extras/rpms/smartmontools/F-11/smartmontools.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- smartmontools.spec	9 Oct 2009 18:37:21 -0000	1.59
+++ smartmontools.spec	9 Oct 2009 18:55:09 -0000	1.60
@@ -1,6 +1,6 @@
 Name: smartmontools
 Version: 5.38
-Release: 16%{?dist}
+Release: 17%{?dist}
 Epoch: 1
 Summary:       Tools for monitoring SMART capable hard disks
 Group:         System Environment/Base
@@ -79,6 +79,9 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
 
 %changelog
+* Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-17
+- fix apostrophes around shell variable
+
 * Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-16
 - fix init script for case when no action was specified
 




More information about the fedora-extras-commits mailing list