This commit is contained in:
Michal Hlavinka 2009-10-09 18:51:01 +00:00
parent b6eb32559f
commit 1423d95f4f

View File

@ -2,7 +2,7 @@
# smartmontools init file for smartd
# Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# $Id: smartd.initd,v 1.9 2009/10/09 18:09:53 mhlavink Exp $
# $Id: smartd.initd,v 1.10 2009/10/09 18:51:01 mhlavink Exp $
# For RedHat and cousins:
# chkconfig: - 99 01
@ -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