Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 130701790bf2d95e902edf16031ff596 > files > 96

autofs-5.0.1-0.rc2.164.el5_8.src.rpm

autofs-5.0.1 - fix typo in init script

From: Ian Kent <raven@themaw.net>

Fix minor typo in init script, "orcestart" should be "forcestart".
---
 redhat/autofs.init.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- autofs-5.0.1.orig/redhat/autofs.init.in
+++ autofs-5.0.1/redhat/autofs.init.in
@@ -165,7 +165,7 @@ case "$1" in
 		fi
 		;;
 	*)
-		echo $"Usage: $0 {start|forcestart|stop|status|restart|orcerestart|reload|condrestart}"
+		echo $"Usage: $0 {start|forcestart|stop|status|restart|forcerestart|reload|condrestart}"
 		exit 1;
 		;;
 esac