diff options
Diffstat (limited to 'net/rtg/files/patch-src-rtg.h')
-rw-r--r-- | net/rtg/files/patch-src-rtg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/rtg/files/patch-src-rtg.h b/net/rtg/files/patch-src-rtg.h new file mode 100644 index 000000000000..72730abc7017 --- /dev/null +++ b/net/rtg/files/patch-src-rtg.h @@ -0,0 +1,13 @@ +--- src/rtg.h.orig 2003-09-25 15:56:04 UTC ++++ src/rtg.h +@@ -42,9 +42,7 @@ + #define DEFAULT_DB_PASS "rtgdefault" + #define DEFAULT_SNMP_VER 1 + #define DEFAULT_SNMP_PORT 161 +- +-/* PID File */ +-#define PIDFILE "/tmp/rtgpoll.pid" ++#define DEFAULT_PIDFILE "/tmp/rtgpoll.pid" + + #define STAT_DESCRIP_ERROR 99 + #define HASHSIZE 5000 |