freebsd-ports/net-mgmt/flowd/files/patch-flowd.h
Kevin Lo 32ad3aa428 - Add privilege separation user handling.
- Bump PORTREVISION

PR: ports/76669
Submitted by: MAINTAINER
2005-01-26 05:13:28 +00:00

14 lines
320 B
C

$FreeBSD$
--- flowd.h.orig
+++ flowd.h
@@ -34,7 +34,7 @@
#define DEFAULT_CONFIG SYSCONFDIR "/flowd.conf"
#define DEFAULT_PIDFILE PIDFILEDIR "/flowd.pid"
-#define PRIVSEP_USER "_flowd"
+#define PRIVSEP_USER "%%FLOWD_USER%%"
/* Initial stateholding limits */
/* XXX these are not actually tunable yet */