$OpenBSD: patch-doc_reference_conf,v 1.3 2014/05/08 14:36:49 brad Exp $
--- doc/reference.conf.orig	Thu May  1 16:58:12 2014
+++ doc/reference.conf	Thu May  8 06:09:45 2014
@@ -108,7 +108,7 @@ serverinfo {
 	 *	chown <ircd-user>.<ircd.group> rsa.key
 	 *	chmod 0600 rsa.key
 	 */
-#	rsa_private_key_file = "/usr/local/ircd/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 = "/usr/local/ircd/etc/cert.pem";
+#	ssl_certificate_file = "${SYSCONFDIR}/ircd-hybrid/cert.pem";
 
 	/*
 	 * ssl_dh_param_file:
@@ -147,7 +147,7 @@ serverinfo {
 	 * regarding specific OpenSSL dhparam command-line options
 	 * can be found in the OpenSSL manual.
 	 */
-#	ssl_dh_param_file = "/usr/local/ircd/etc/dhparam.pem";
+#	ssl_dh_param_file = "${SYSCONFDIR}/ircd-hybrid/dhparam.pem";
 
 	/*
 	 * ssl_cipher_list:
@@ -453,7 +453,7 @@ operator {
 	 * A password should not be defined when this is used; see
 	 * doc/challenge.txt for more information.
 	 */
-#	rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
+#	rsa_public_key_file = "${SYSCONFDIR}/ircd-hybrid/oper.pub";
 
 	/*
 	 * ssl_certificate_fingerprint: enhances security by additionally checking
@@ -1235,8 +1235,8 @@ modules {
 	 * path: other paths to search for modules specified below
 	 * and in "/module load".
 	 */
-	path = "/usr/local/ircd/lib/ircd-hybrid/modules";
-	path = "/usr/local/ircd/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";
