diff options
Diffstat (limited to 'net-mgmt/flowd/files/patch-flowd.h')
-rw-r--r-- | net-mgmt/flowd/files/patch-flowd.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/flowd/files/patch-flowd.h b/net-mgmt/flowd/files/patch-flowd.h new file mode 100644 index 0000000..bc80ac7 --- /dev/null +++ b/net-mgmt/flowd/files/patch-flowd.h @@ -0,0 +1,14 @@ + +$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 */ |