$OpenBSD: patch-doc_dbus-daemon_1,v 1.1 2010/12/21 14:59:49 ajacoutot Exp $
--- doc/dbus-daemon.1.orig	Mon Dec 20 22:39:55 2010
+++ doc/dbus-daemon.1	Tue Dec 21 15:10:24 2010
@@ -27,9 +27,9 @@ per-user-login-session message bus (started each time 
 a different configuration file.
 .PP
 The \-\-session option is equivalent to
-"\-\-config-file=/usr/local/etc/dbus-1/session.conf" and the \-\-system
+"\-\-config-file=${SYSCONFDIR}/dbus-1/session.conf" and the \-\-system
 option is equivalent to
-"\-\-config-file=/usr/local/etc/dbus-1/system.conf". By creating
+"\-\-config-file=${SYSCONFDIR}/dbus-1/system.conf". By creating
 additional configuration files and using the \-\-config-file option,
 additional special-purpose message bus daemons could be created.
 .PP
@@ -110,8 +110,8 @@ specification and its backward compatibility is not gu
 document is documentation, not specification.
 .PP
 The standard systemwide and per-session message bus setups are
-configured in the files "/usr/local/etc/dbus-1/system.conf" and
-"/usr/local/etc/dbus-1/session.conf".  These files normally
+configured in the files "${SYSCONFDIR}/dbus-1/system.conf" and
+"${SYSCONFDIR}/dbus-1/session.conf".  These files normally
 <include> a system-local.conf or session-local.conf; you can put local
 overrides in those files to avoid modifying the primary configuration
 files.
@@ -187,7 +187,7 @@ Only files ending in ".conf" are included.
 This is intended to allow extension of the system bus by particular
 packages. For example, if CUPS wants to be able to send out
 notification of printer queue changes, it could install a file to
-/usr/local/etc/dbus-1/system.d that allowed all apps to receive
+${SYSCONFDIR}/dbus-1/system.d that allowed all apps to receive
 this message and allowed the printer daemon user to send it.
 
 .TP
@@ -323,7 +323,7 @@ otherwise try your favorite search engine.
 .PP
 The <standard_session_servicedirs/> option is only relevant to the
 per-user-session bus daemon defined in
-/usr/local/etc/dbus-1/session.conf. Putting it in any other
+${SYSCONFDIR}/dbus-1/session.conf. Putting it in any other
 configuration file would probably be nonsense.
 
 .TP
@@ -332,12 +332,12 @@ configuration file would probably be nonsense.
 .PP
 <standard_system_servicedirs/> specifies the standard system-wide
 activation directories that should be searched for service files.
-This option defaults to /usr/local/share/dbus-1/system-services.
+This option defaults to ${PREFIX}/share/dbus-1/system-services.
 
 .PP
 The <standard_system_servicedirs/> option is only relevant to the
 per-system bus daemon defined in
-/usr/local/etc/dbus-1/system.conf. Putting it in any other
+${SYSCONFDIR}/dbus-1/system.conf. Putting it in any other
 configuration file would probably be nonsense.
 
 .TP
@@ -350,7 +350,7 @@ the dbus-daemon-launch-helper executable in located in
 
 .PP
 The <servicehelper/> option is only relevant to the per-system bus daemon
-defined in /usr/local/etc/dbus-1/system.conf. Putting it in any other
+defined in ${SYSCONFDIR}/dbus-1/system.conf. Putting it in any other
 configuration file would probably be nonsense.
 
 .TP
