diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-03 06:54:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-03 06:54:53 +0000 |
commit | bf277d94c5aab5af8fbe8a4e175379e6f2682245 (patch) | |
tree | e0093c387cc7e5948c3b112d0a48d80bb3c58c50 /main/lighttpd/APKBUILD | |
parent | 8d571bb611a8909d72cf6debe552533281571735 (diff) | |
download | aports-bf277d94c5aab5af8fbe8a4e175379e6f2682245.tar.bz2 aports-bf277d94c5aab5af8fbe8a4e175379e6f2682245.tar.xz |
main/lighttpd: set /var/{run,log}/lighttpd permission on start
Needed when server.user and server.group is not set to default
value and we run from RAM.
fixes #606
Diffstat (limited to 'main/lighttpd/APKBUILD')
-rw-r--r-- | main/lighttpd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index e5917ba62e..19ffdc0282 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -2,7 +2,7 @@ pkgname=lighttpd pkgver=1.4.28 _streamver=2.2.0 -pkgrel=6 +pkgrel=7 pkgdesc="a secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" arch="all" @@ -105,7 +105,7 @@ h264_streaming() { md5sums="586eb535d31ac299652495b058dd87c4 lighttpd-1.4.28.tar.bz2 ac37885c881a058194405232e7737a7a lighttpd-1.4.18_mod_h264_streaming-2.2.0.tar.gz -36c4ddbc266017dc193fcb0cdd1d84e1 lighttpd.initd +e37770e4eed20390806a2420a3970fcd lighttpd.initd 0dede109282bfe685bdec6b35f0e4b6b lighttpd.confd ad091c9157134890499f26d170352c9f lighttpd.logrotate 1d925aed297ec4541fb230dd19e11bc1 spawn-fcgi.confd |