diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-28 10:42:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-28 12:07:25 +0000 |
commit | e15798a4740c90d3f79e32dfd8fcb4baf0249018 (patch) | |
tree | 0caed36d4f27065cc4c5ab1dce35066056ea7fa9 /main/lighttpd/APKBUILD | |
parent | 6394d7d8c3f4bd6c704943462391ee313bf200b7 (diff) | |
download | aports-e15798a4740c90d3f79e32dfd8fcb4baf0249018.tar.bz2 aports-e15798a4740c90d3f79e32dfd8fcb4baf0249018.tar.xz |
main/lighttpd: add lighttpd to www-data group
and make sure www-data is created on upgrade
ref #2245
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 28da727c53..09a4c2892a 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -2,12 +2,12 @@ pkgname=lighttpd pkgver=1.4.33 _streamver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="a secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" arch="all" license="custom" -install="$pkgname.pre-install" +install="$pkgname.pre-install $pkgname.pre-upgrade" depends= pkgusers="lighttpd" pkggroups="lighttpd" |