diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 10:22:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 10:22:52 +0200 |
commit | ed721d01939a81a2ebf1b240a029ace82ee953df (patch) | |
tree | d5acb063b3dc1d6734b8aa221cf93017a38c22e5 /util/ifirewall.c | |
parent | 7a765f655540e4e254f4aaaf6ea3326a57d76e59 (diff) | |
parent | 1d271f6ff272623c990d1cebe531002f22b248bd (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/ifirewall.c')
-rw-r--r-- | util/ifirewall.c | 7 |
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; |