openbsd-ports/www/havp/patches/patch-etc_havp_havp_config_in
ajacoutot f1d3309b8f Call setgid(2) before initgroups(3), otherwise we end up with an empty
group list and havp will get the gid of the last entry in groups(5).

ok giovanni@ (maintainer) robert@ jasper@
2012-05-17 09:10:44 +00:00

24 lines
650 B
Plaintext

$OpenBSD: patch-etc_havp_havp_config_in,v 1.2 2012/05/17 09:10:44 ajacoutot Exp $
--- etc/havp/havp.config.in.orig Fri Apr 2 15:33:34 2010
+++ etc/havp/havp.config.in Wed May 16 19:41:48 2012
@@ -24,8 +24,8 @@ REMOVETHISLINE deleteme
# used by any other program.
#
# Default:
-# USER havp
-# GROUP havp
+USER _havp
+GROUP _havp
# If this is true HAVP is running as daemon in background.
# For testing you may run HAVP at your text console.
@@ -479,7 +479,7 @@ ENABLECLAMD false
# Path to clamd socket
#
# Default:
-# CLAMDSOCKET /tmp/clamd
+# CLAMDSOCKET /tmp/clamd.socket
# ..OR if you use clamd TCP socket, uncomment to enable use
#