openbsd-ports/x11/dbus/patches/patch-bus_dbus-daemon_1
jasper c4aa7d354a - maintenance update dbus to 1.2.12
from Brad, ok ajacoutot@
2009-01-28 14:16:19 +00:00

69 lines
3.0 KiB
Plaintext

$OpenBSD: patch-bus_dbus-daemon_1,v 1.3 2009/01/28 14:16:19 jasper Exp $
--- bus/dbus-daemon.1.orig Tue Jan 6 19:31:07 2009
+++ bus/dbus-daemon.1 Tue Jan 27 03:38:09 2009
@@ -30,9 +30,9 @@ a different configuration file.
.PP
The \-\-session option is equivalent to
-"\-\-config-file=/src/build/jhbuild/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/jhbuild/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/jhbuild/etc/dbus-1/system.conf" and
-"/src/build/jhbuild/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.
@@ -183,7 +183,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
-/src/build/jhbuild/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
@@ -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/jhbuild/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/jhbuild/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/jhbuild/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/jhbuild/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