From f502e5b2e316bf88dadfaa98cd8c1ebe33f881ef Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 12 Dec 2016 13:05:10 +0100 Subject: [PATCH] shorewall: Correct displaying of shorewall version Add the Product name variable to properly display the product name when the '-v' option is passed to the script. Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall/uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 74b92b944..223921f13 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -28,6 +28,7 @@ VERSION=xxx #The Build script inserts the actual version PRODUCT=shorewall +Product=Shorewall usage() # $1 = exit status {