openbsd-ports/net/openvpn/patches/patch-sample-config-files_server_conf
robert 595afec84a - use the _openvpn uid/gid istead of nobody/nogroup; from Tamas Tevesz
- remove USE_GMAKE because it is not needed
- use a different method for installing the sample config files to prevent
installing .orig files left behind after patching
- bump PKGNAME
2006-12-15 09:56:14 +00:00

15 lines
450 B
Plaintext

$OpenBSD: patch-sample-config-files_server_conf,v 1.1 2006/12/15 09:56:14 robert Exp $
--- sample-config-files/server.conf.orig Fri Jan 6 22:49:27 2006
+++ sample-config-files/server.conf Fri Dec 15 09:22:42 2006
@@ -251,8 +251,8 @@ comp-lzo
#
# You can uncomment this out on
# non-Windows systems.
-;user nobody
-;group nobody
+;user _openvpn
+;group _openvpn
# The persist options will try to avoid
# accessing certain resources on restart