1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add ldconfig to rc.d script requisites to make sure we can link to,

say, libnettle.so.

Submitted by:	Allen Hewes
This commit is contained in:
Matthias Andree 2014-07-31 17:56:45 +00:00
parent 1c02a66e74
commit f815aa2af0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363645
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= dnsmasq
DISTVERSION= 2.71
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: dnsmasq
# REQUIRE: SERVERS
# REQUIRE: SERVERS ldconfig
# BEFORE: DAEMON named
# KEYWORD: shutdown
#