summaryrefslogtreecommitdiff
path: root/util/oem_asus.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/oem_asus.c')
-rw-r--r--util/oem_asus.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/util/oem_asus.c b/util/oem_asus.c
index 6aba5ba..ea971d0 100644
--- a/util/oem_asus.c
+++ b/util/oem_asus.c
@@ -60,8 +60,13 @@ extern uchar bitnum(ushort value); /*isensor.c*/
extern char fdebug; /*ipmicmd.c*/
void set_loglevel(int level); /*prototype */
-static char * progname = "iasusoem";
+#ifdef METACOMMAND
+extern char * progver; /*from ipmiutil.c*/
+static char * progname = "ipmiutil asusoem";
+#else
static char * progver = "3.08";
+static char * progname = "iasusoem";
+#endif
static int verbose = 0;
static uchar g_bus = PUBLIC_BUS;
static uchar g_sa = BMC_SA;