aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-dbus
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-04-28 09:37:06 +0800
committerjylefort <jylefort@FreeBSD.org>2006-04-28 09:37:06 +0800
commit28640317c55246244f7a8356b5f5160a1da9b6da (patch)
treedcf877b189f412de60b7c4b9c251853630096bcc /devel/py-dbus
parent2d7f24026e9a9178a13486834021c874729d41f1 (diff)
downloadfreebsd-ports-gnome-28640317c55246244f7a8356b5f5160a1da9b6da.tar.gz
freebsd-ports-gnome-28640317c55246244f7a8356b5f5160a1da9b6da.tar.zst
freebsd-ports-gnome-28640317c55246244f7a8356b5f5160a1da9b6da.zip
The system daemon is running as messagebus:messagebus, so it does not
have the permission to remove its pid file and socket on exit. Put these files in the /var/run/dbus directory, owned by messagebus:messagebus. Remove the files and directory on package deinstall.
Diffstat (limited to 'devel/py-dbus')
-rw-r--r--devel/py-dbus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile
index fce1f94c1f8b..b57ff76ce0f2 100644
--- a/devel/py-dbus/Makefile
+++ b/devel/py-dbus/Makefile
@@ -35,8 +35,8 @@ CONFIGURE_ARGS= --enable-python \
--disable-gtk \
--disable-qt3 \
--localstatedir=/var \
- --with-system-pid-file=/var/run/dbus.pid \
- --with-system-socket=/var/run/dbus.pipe \
+ --with-system-pid-file=/var/run/dbus/dbus.pid \
+ --with-system-socket=/var/run/dbus/dbus.pipe \
--with-session-socket-dir=/var/tmp \
--disable-doxygen-docs \
--disable-xml-docs