aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-01-15 11:50:25 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-01-15 11:50:25 +0000
commitc587d45b7c5f53f379e569cda3367d0193d797cd (patch)
treeb50631ed45d9df67a3761d33a297c6f8575133bd /devel/dbus/files
parent0d7673df36b60f461c5e0dd25d7082f9cf524486 (diff)
downloadports-c587d45b7c5f53f379e569cda3367d0193d797cd.tar.gz
ports-c587d45b7c5f53f379e569cda3367d0193d797cd.zip
Make sure we start after ldconfig is run. So we can find stuff in /usr/local.
I haven't see this myself but it doesn't hurt to do it correctly. PR: 196274 Submitted by: mandree@ Craig Wiesen <ctyz1999+bugzilla@gmail.com>
Notes
Notes: svn path=/head/; revision=377084
Diffstat (limited to 'devel/dbus/files')
-rw-r--r--devel/dbus/files/dbus.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dbus/files/dbus.in b/devel/dbus/files/dbus.in
index f575c79b8005..f084de8522e7 100644
--- a/devel/dbus/files/dbus.in
+++ b/devel/dbus/files/dbus.in
@@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: dbus
-# REQUIRE: DAEMON
+# REQUIRE: DAEMON ldconfig
#
# Add the following lines to /etc/rc.conf to enable the D-BUS messaging system:
#