summaryrefslogtreecommitdiff
path: root/util/ifirewall.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ifirewall.c')
-rw-r--r--util/ifirewall.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/util/ifirewall.c b/util/ifirewall.c
index e410a45..5708492 100644
--- a/util/ifirewall.c
+++ b/util/ifirewall.c
@@ -63,8 +63,13 @@
#include "ifirewall.h"
/* global variables */
-static char * progname = "ifirewall";
+#ifdef METACOMMAND
+extern char * progver; /*from ipmiutil.c*/
+static char * progname = "ipmiutil firewall";
+#else
static char * progver = "3.08";
+static char * progname = "ifirewall";
+#endif
static char fdebug = 0;
static uchar g_bus = PUBLIC_BUS;
static uchar g_sa = BMC_SA;