$OpenBSD: patch-doc_reference_conf,v 1.4 2014/11/06 00:45:31 brad Exp $
--- doc/reference.conf.orig	Sun Aug 24 07:30:49 2014
+++ doc/reference.conf	Fri Aug 29 20:18:53 2014
@@ -108,7 +108,7 @@ serverinfo {
 	 *	chown <ircd-user>.<ircd.group> rsa.key
 	 *	chmod 0600 rsa.key
 	 */
-#	rsa_private_key_file = "etc/rsa.key";
+#	rsa_private_key_file = "${SYSCONFDIR}/ircd-hybrid/rsa.key";
 
 	/*
 	 * ssl_certificate_file: the path to the file containing our
@@ -130,7 +130,7 @@ serverinfo {
 	 *	Common Name: irc.someirc.net
 	 *	E-mail: you@domain.com
 	 */
-#	ssl_certificate_file = "etc/cert.pem";
+#	ssl_certificate_file = "${SYSCONFDIR}/ircd-hybrid/cert.pem";
 
 	/*
 	 * ssl_dh_param_file: path to the PEM encoded Diffie-Hellman
@@ -145,7 +145,7 @@ serverinfo {
 	 * regarding specific OpenSSL dhparam command-line options
 	 * can be found in the OpenSSL manual.
 	 */
-#	ssl_dh_param_file = "etc/dhparam.pem";
+#	ssl_dh_param_file = "${SYSCONFDIR}/ircd-hybrid/dhparam.pem";
 
 	/*
 	 * ssl_dh_elliptic_curve: defines the curve to use for the
@@ -464,7 +464,7 @@ operator {
 	 * A password should not be defined when this is used; see
 	 * doc/challenge.txt for more information.
 	 */
-#	rsa_public_key_file = "etc/oper.pub";
+#	rsa_public_key_file = "${SYSCONFDIR}/ircd-hybrid/oper.pub";
 
 	/*
 	 * ssl_certificate_fingerprint: enhances security by additionally checking
@@ -1335,8 +1335,8 @@ modules {
 	 * path: other paths to search for modules specified below
 	 * and in "/module load".
 	 */
-	path = "lib/ircd-hybrid/modules";
-	path = "lib/ircd-hybrid/modules/autoload";
+	path = "${TRUEPREFIX}/lib/ircd-hybrid/modules";
+	path = "${TRUEPREFIX}/lib/ircd-hybrid/modules/autoload";
 
 	/* module: the name of a module to load on startup/rehash. */
 #	module = "some_module.la";
