From 9142cef72cdbdbd82d19d60dbef27e6b0efcc990 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Mon, 12 Jul 2010 14:40:23 -0700 Subject: hide start-stop messages from configured services --- scripts/vyatta-update-cluster.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-update-cluster.pl b/scripts/vyatta-update-cluster.pl index c3fc7bd..7ab807b 100755 --- a/scripts/vyatta-update-cluster.pl +++ b/scripts/vyatta-update-cluster.pl @@ -89,7 +89,7 @@ if (!chmod(0600, "$HA_DIR/authkeys")) { # stop each service in case it is already started foreach (@init_services) { - system("$SERVICE_DIR/$_ stop"); + system("$SERVICE_DIR/$_ stop >&/dev/null"); } print "Starting clustering..."; -- cgit v1.2.3