Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 4cae53ef5109230252fc5caac412b832 > files > 1

ngircd-15-2mdv2010.1.src.rpm

--- doc/sample-ngircd.conf	2009-02-10 20:42:30.000000000 +0100
+++ doc/sample-ngircd.conf.oden	2009-06-01 21:00:30.000000000 +0200
@@ -45,16 +45,16 @@
 	;SSLPorts = 9999,6668
 
 	# SSL Server Key
-        ;SSLKeyFile = /usr/local/etc/ngircd/ssl/server-key.pem
+        ;SSLKeyFile = /etc/pki/tls/private/ngircd.pem
 
 	# password to decrypt SSLKeyFile (OpenSSL only)
 	;SSLKeyFilePassword = secret
 
 	# SSL Server Key Certificate
-	;SSLCertFile = /usr/local/etc/ngircd/ssl/server-cert.pem
+	;SSLCertFile = /etc/pki/tls/certs/ngircd.pem
 
 	# Diffie-Hellman parameters
-	;SSLDHFile = /usr/local/etc/ngircd/ssl/dhparams.pem
+	;SSLDHFile = /etc/pki/tls/private/ngircd-dhparams.pem
 
 	# comma separated list of IP addresses on which the server should
 	# listen. Default values are:
@@ -64,7 +64,7 @@
 
 	# Text file with the "message of the day" (MOTD). This message will
 	# be shown to all users connecting to the server:
-	;MotdFile = /usr/local/etc/ngircd.motd
+	;MotdFile = /etc/ngircd.motd
 
 	# A simple Phrase (<256 chars) if you don't want to use a motd file.
 	# If it is set no MotdFile will be read at all.