From 47aad746735d016fef838694b74e22374de99246 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 11 Jan 2011 16:17:06 +1100 Subject: TYPO (This used to be ctdb commit 38dc1ac2e87416a22c9356596286b773d601e71c) --- ctdb/config/events.d/60.nfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/config/events.d/60.nfs b/ctdb/config/events.d/60.nfs index 9b8285c984..c473be8380 100755 --- a/ctdb/config/events.d/60.nfs +++ b/ctdb/config/events.d/60.nfs @@ -57,7 +57,7 @@ case "$1" in # if statd is not running we try to restart it # we only do this IF we have a rpc.statd command. # For platforms where rpc.statd does not exist, we skip - # the check compeltely + # the check completely p="rpc.statd" which $p >/dev/null 2>/dev/null && { if ctdb_check_rpc "STATD" 100024 1 >/dev/null ; then -- cgit