diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-03-18 11:37:22 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-03-18 11:37:22 +0000 |
commit | d39c90c63d540607ff5a19a72e5c57fc31097601 (patch) | |
tree | 5dc360b99aebeaad28473328e584a0b89751509e /www | |
parent | 23f5279ec5bdec16cb8df646ead9d11ed1f1f2ca (diff) | |
download | pkgsrc-d39c90c63d540607ff5a19a72e5c57fc31097601.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 |