1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: hercules-3.13/hercifc.h
===================================================================
--- hercules-3.13.orig/hercifc.h
+++ hercules-3.13/hercifc.h
@@ -72,7 +72,7 @@
// Definition of the control request structure
// --------------------------------------------------------------------
-#define HERCIFC_CMD "hercifc" // Interface config command
+#define HERCIFC_CMD "/usr/libexec/hercules/hercifc" // Interface config command
#define HERCTUN_DEV "/dev/net/tun" // Default TUN/TAP char dev
typedef struct _CTLREQ
|