From 2b972d685b24b8a5611d089eae02be7c13c59626 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 30 Mar 2007 03:35:03 +0000 Subject: [PATCH] Add -p and -d to 'check' command git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5756 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index c91ed24f8..deddc5a8d 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -444,6 +444,14 @@ check_command() { EXPORT=Yes option=${option#e} ;; + p*) + export PROFILE=Yes + option=${option#p} + ;; + d*) + export DEBUG=Yes; + option=${option#d} + ;; *) usage 1 ;;