openbsd-ports/net/ngircd/patches/patch-doc_sample-ngircd_conf_tmpl
fgsch 09959a815f Update to ngircd 20.1.
merdely@ benoit@ ok.
2013-01-19 20:40:56 +00:00

30 lines
1.2 KiB
Plaintext

$OpenBSD: patch-doc_sample-ngircd_conf_tmpl,v 1.2 2013/01/19 20:40:57 fgsch Exp $
--- doc/sample-ngircd.conf.tmpl.orig Tue Jan 1 18:22:11 2013
+++ doc/sample-ngircd.conf.tmpl Fri Jan 18 01:31:56 2013
@@ -67,14 +67,14 @@
# Group ID under which the ngIRCd should run; you can use the name
# of the group or the numerical ID. ATTENTION: For this to work the
# server must have been started with root privileges!
- ;ServerGID = 65534
+ ;ServerGID = _ngircd
# User ID under which the server should run; you can use the name
# of the user or the numerical ID. ATTENTION: For this to work the
# server must have been started with root privileges! In addition,
# the configuration and MOTD files must be readable by this user,
# otherwise RESTART and REHASH won't work!
- ;ServerUID = 65534
+ ;ServerUID = _ngircd
[Limits]
# Define some limits and timeouts for this ngIRCd instance. Default
@@ -126,7 +126,7 @@
# binary. By default ngIRCd won't use the chroot() feature.
# ATTENTION: For this to work the server must have been started
# with root privileges!
- ;ChrootDir = /var/empty
+ ;ChrootDir = /var/ngircd
# Set this hostname for every client instead of the real one.
# Use %x to add the hashed value of the original hostname.