rpms/smartmontools/devel smartd.initd, 1.8, 1.9 smartmontools.spec, 1.62, 1.63

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


Author: mhlavink

Update of /cvs/extras/rpms/smartmontools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18050

Modified Files:
	smartd.initd smartmontools.spec 
Log Message:
* 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/devel/smartd.initd,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- smartd.initd	9 Oct 2009 09:02:24 -0000	1.8
+++ smartd.initd	9 Oct 2009 18:09:53 -0000	1.9
@@ -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/devel/smartmontools.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- smartmontools.spec	9 Oct 2009 09:02:25 -0000	1.62
+++ smartmontools.spec	9 Oct 2009 18:09:53 -0000	1.63
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.38
-Release: 	19%{?dist}
+Release: 	20%{?dist}
 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
+- fix init script for case when no action was specified
+
 * Fri Oct 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-19
 - make init script lsb compliant (#528016)
 




More information about the fedora-extras-commits mailing list