From 3ad386e67de0719d5e78a622b321b61f5ef1bce3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 13 Jul 2006 07:38:49 +0000 Subject: 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 --- www/thttpd/files/thttpd.sh.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/thttpd') diff --git a/www/thttpd/files/thttpd.sh.in b/www/thttpd/files/thttpd.sh.in index 091cd19ff582..748658859c52 100644 --- a/www/thttpd/files/thttpd.sh.in +++ b/www/thttpd/files/thttpd.sh.in @@ -4,8 +4,7 @@ # # PROVIDE: thttpd -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON +# REQUIRE: DAEMON # KEYWORD: shutdown # -- cgit v1.2.3