rpms/smartmontools/F-12 smartd.initd, 1.9, 1.10 smartmontools.spec, 1.63, 1.64

Michal Hlavinka mhlavink at fedoraproject.org
Fri Oct 9 18:52:56 UTC 2009


Author: mhlavink

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

Modified Files:
	smartd.initd smartmontools.spec 
Log Message:
* Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-20.1
- fix apostrophes around shell variable
 
* Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-20
- fix init script for case when no action was specified



Index: smartd.initd
===================================================================
RCS file: /cvs/extras/rpms/smartmontools/F-12/smartd.initd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- smartd.initd	9 Oct 2009 18:35:18 -0000	1.9
+++ smartd.initd	9 Oct 2009 18:52:55 -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-12/smartmontools.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- smartmontools.spec	9 Oct 2009 18:35:18 -0000	1.63
+++ smartmontools.spec	9 Oct 2009 18:52:55 -0000	1.64
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.38
-Release: 	20%{?dist}
+Release: 	20%{?dist}.1
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -79,6 +79,9 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
 
 %changelog
+* Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-20.1
+- fix apostrophes around shell variable
+ 
 * Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-20
 - fix init script for case when no action was specified
 




More information about the scm-commits mailing list