1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Previously thttpd specified to start before /etc/rc.d/ldconfig, which has

an issue - one can easily need /etc/rc.d/ldconfig to run first.  So rather
than require 'SERVERS' and forcing to run before 'DAEMON', simply depend
on 'DAEMON'.  (which is really to gate "servers" like httpd, ftpd, etc..)

Approvedby:	anders@FreeBSD.org
This commit is contained in:
David E. O'Brien 2006-07-13 07:38:49 +00:00
parent c6e2885a32
commit 3ad386e67d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167672

View File

@ -4,8 +4,7 @@
#
# PROVIDE: thttpd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# REQUIRE: DAEMON
# KEYWORD: shutdown
#