Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > edd8602844f6726531a5a3a8baad9b69 > files > 1

ngircd-20.2-1.mga3.src.rpm

--- doc/sample-ngircd.conf.tmpl	2012-06-11 10:44:02.000000000 +0200
+++ doc/sample-ngircd.conf.tmpl.oden	2012-12-04 10:46:14.603348311 +0100
@@ -25,7 +25,7 @@
 
 	# Server name in the IRC network, must contain at least one dot
 	# (".") and be unique in the IRC network. Required!
-	Name = irc.example.net
+	Name = localhost.localdomain
 
 	# Information about the server and the administrator, used by the
 	# ADMIN command. Not required by server but by RFC!
@@ -41,7 +41,7 @@
 	# listen. Default values are:
 	# "0.0.0.0" or (if compiled with IPv6 support) "::,0.0.0.0"
 	# so the server listens on all IP addresses of the system by default.
-	;Listen = 127.0.0.1,192.168.0.1
+	Listen = 127.0.0.1
 
 	# Text file with the "message of the day" (MOTD). This message will
 	# be shown to all users connecting to the server:
@@ -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
@@ -214,13 +214,13 @@
 	# So don't forget to remove the ";" above if this is the case ...
 
 	# SSL Server Key Certificate
-	;CertFile = :ETCDIR:/ssl/server-cert.pem
+	;CertFile = :ETCDIR:/pki/tls/certs/ngircd.pem
 
 	# Diffie-Hellman parameters
-	;DHFile = :ETCDIR:/ssl/dhparams.pem
+	;DHFile = :ETCDIR:/pki/tls/private/ngircd-dhparams.pem
 
 	# SSL Server Key
-	;KeyFile = :ETCDIR:/ssl/server-key.pem
+	;KeyFile = :ETCDIR:/pki/tls/private/ngircd.pem
 
 	# password to decrypt SSLKeyFile (OpenSSL only)
 	;KeyFilePassword = secret