From a9ab1937239761dc32b143c9d225447bc6f090b4 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 14 Jan 2011 09:31:05 +1100 Subject: [PATCH] Eventscripts: startstop_nfs stop no longer redirects output to /dev/null. When stopping (as opposed to restarting) it is useful to see this information. Signed-off-by: Martin Schwenke --- config/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/functions b/config/functions index 0811e3bc..bd4ab214 100755 --- a/config/functions +++ b/config/functions @@ -355,8 +355,8 @@ startstop_nfs() { service nfs start ;; stop) - service nfs stop > /dev/null 2>&1 - service nfslock stop > /dev/null 2>&1 + service nfs stop + service nfslock stop ;; restart) set_proc "fs/nfsd/threads" 0 -- 2.34.1