openbsd-ports/net/openvpn/patches/patch-sample-config-files_static-home_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

18 lines
528 B
Plaintext

$OpenBSD: patch-sample-config-files_static-home_conf,v 1.1 2006/12/15 09:56:14 robert Exp $
--- sample-config-files/static-home.conf.orig Tue Nov 1 12:06:10 2005
+++ sample-config-files/static-home.conf Fri Dec 15 09:22:42 2006
@@ -37,10 +37,10 @@ secret static.key
; port 1194
# Downgrade UID and GID to
-# "nobody" after initialization
+# "_openvpn" after initialization
# for extra security.
-; user nobody
-; group nobody
+; user _openvpn
+; group _openvpn
# If you built OpenVPN with
# LZO compression, uncomment