ports/net/pimdd/files/patch-pathnames.h
Hiroki Sato 7984fcdc8f - Add LICENSE.
- Do not override CFLAGS.
- Fix some compiler warnings.
- Take maintainership.
2015-09-07 19:34:40 +00:00

12 lines
251 B
C

--- pathnames.h.orig 1999-11-30 17:58:53 UTC
+++ pathnames.h
@@ -47,7 +47,9 @@
*/
+#ifndef _PATH_PIMD_CONF
#define _PATH_PIMD_CONF "/etc/pimd.conf"
+#endif
#if (defined(BSD) && (BSD >= 199103))
#define _PATH_PIMD_PID "/var/run/pimdd.pid"