Don't force order in the RC script as rcorder doesn't like non-existing
providers. Bump revision.
This commit is contained in:
parent
4ff999cd9b
commit
fc25b3f5fb
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/02/14 19:03:51 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/02/20 15:23:41 joerg Exp $
|
||||
|
||||
DISTNAME= spawn-fcgi-1.6.3
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.lighttpd.net/download/
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#!@RCD_SCRIPTS_SHELL@
|
||||
#
|
||||
# $NetBSD: spawnfcgi.sh,v 1.2 2010/02/14 19:03:51 joerg Exp $
|
||||
# $NetBSD: spawnfcgi.sh,v 1.3 2010/02/20 15:23:41 joerg Exp $
|
||||
#
|
||||
# PROVIDE: spawnfcgi
|
||||
# BEFORE: apache cherokee lighttpd nginx
|
||||
# REQUIRE: DAEMON
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
Loading…
Reference in a new issue