From 6a3e2b2b062e688a61fcdbbc5f24c72944c2017e Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 10 May 2006 20:11:37 +0000 Subject: [PATCH] Timestamd 'Restored' messages when -t is specified git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3902 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 5be6b5015..083018c63 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -608,7 +608,7 @@ start_command() { echo Restoring Shorewall... $RESTOREPATH restore date > /var/lib/shorewall/restarted - echo Shorewall restored from $RESTOREPATH + progress_message3 Shorewall restored from $RESTOREPATH else do_it fi @@ -1279,7 +1279,7 @@ restore_command() { fi progress_message3 "Restoring Shorewall..." - $RESTOREPATH restore && echo "Shorewall restored from /var/lib/shorewall/$RESTOREFILE" + $RESTOREPATH restore && progress_message3 "Shorewall restored from /var/lib/shorewall/$RESTOREFILE" [ -n "$nolock" ] || mutex_off else echo "File /var/lib/shorewall/$RESTOREFILE: file not found"