diff options
author | bsiegert <bsiegert> | 2016-03-18 11:37:22 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2016-03-18 11:37:22 +0000 |
commit | 30544a0311f957162c35a102aee44b64bdaaca9c (patch) | |
tree | 5dc360b99aebeaad28473328e584a0b89751509e /www | |
parent | 2650ecdc2248179c3b7daeb3b83f63881f9d002e (diff) | |
download | pkgsrc-30544a0311f957162c35a102aee44b64bdaaca9c.tar.gz |
Support chrootdir keyword in rc.d script. From Petar Bogdanovic via mail.
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/files/lighttpd.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lighttpd/files/lighttpd.sh b/www/lighttpd/files/lighttpd.sh index f7309206149..fdd1a7d8c5c 100644 --- a/www/lighttpd/files/lighttpd.sh +++ b/www/lighttpd/files/lighttpd.sh @@ -1,8 +1,9 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: lighttpd.sh,v 1.1.1.1 2005/09/04 06:37:05 jlam Exp $ +# $NetBSD: lighttpd.sh,v 1.2 2016/03/18 11:37:22 bsiegert Exp $ # # PROVIDE: lighttpd +# KEYWORD: chrootdir # REQUIRE: DAEMON . /etc/rc.subr |