rpms/smartmontools/devel smartd.initd,1.9,1.10

Michal Hlavinka mhlavink at fedoraproject.org
Fri Oct 9 18:51:01 UTC 2009


Author: mhlavink

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

Modified Files:
	smartd.initd 
Log Message:
fix typo



Index: smartd.initd
===================================================================
RCS file: /cvs/extras/rpms/smartmontools/devel/smartd.initd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- smartd.initd	9 Oct 2009 18:09:53 -0000	1.9
+++ smartd.initd	9 Oct 2009 18:51:01 -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




More information about the fedora-extras-commits mailing list