freebsd-ports/net/rtg/files/patch-src-rtg.h
Stefan Walter a43ffc48e2 - Add rc.d script.
- Optimise db table creation with indexes.
- Add PID file option.
- Fix a few warnings in the Makefile.
- Assign maintainership to submitter.

PR:		145924
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
Feature safe:	yes
2010-06-30 20:05:46 +00:00

13 lines
374 B
C

--- src/rtg.h.orig 2010-04-21 21:26:38.587554904 +0100
+++ src/rtg.h 2010-04-21 21:31:40.436052227 +0100
@@ -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