openbsd-ports/x11/dbus/patches/patch-bus_dbus-daemon_1
ajacoutot 79a393a145 Update to dbus-1.2.16.
ok jasper@
2009-10-10 14:30:47 +00:00

60 lines
2.6 KiB
Plaintext

$OpenBSD: patch-bus_dbus-daemon_1,v 1.4 2009/10/10 14:30:47 ajacoutot Exp $
--- bus/dbus-daemon.1.orig Sat Oct 10 12:48:43 2009
+++ bus/dbus-daemon.1 Sat Oct 10 12:50:45 2009
@@ -30,9 +30,9 @@ a different configuration file.
.PP
The \-\-session option is equivalent to
-"\-\-config-file=/src/build/dbus/etc/dbus-1/session.conf" and the \-\-system
+"\-\-config-file=${SYSCONFDIR}/dbus-1/session.conf" and the \-\-system
option is equivalent to
-"\-\-config-file=/src/build/dbus/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.
@@ -106,8 +106,8 @@ document is documentation, not specification.
.PP
The standard systemwide and per-session message bus setups are
-configured in the files "/src/build/dbus/etc/dbus-1/system.conf" and
-"/src/build/dbus/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.
@@ -319,7 +319,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
-/src/build/dbus/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
@@ -328,12 +328,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 /src/build/dbus/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
-/src/build/dbus/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
@@ -346,7 +346,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 /src/build/dbus/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