diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-01-15 11:50:25 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-01-15 11:50:25 +0000 |
commit | c587d45b7c5f53f379e569cda3367d0193d797cd (patch) | |
tree | b50631ed45d9df67a3761d33a297c6f8575133bd /devel/dbus/files | |
parent | 0d7673df36b60f461c5e0dd25d7082f9cf524486 (diff) | |
download | ports-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.in | 2 |
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: # |