diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-12 20:32:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-12 20:32:40 +0000 |
commit | 8dbf2b7f4542321ddedce40d0897904401611b88 (patch) | |
tree | b35c1f1cd626f21bc300e46804f75bd33eb769da /extra/lighttpd/lighttpd.post-install | |
parent | f44e81160a21aea22c6a8271128e89e3738588dd (diff) | |
download | aports-8dbf2b7f4542321ddedce40d0897904401611b88.tar.bz2 aports-8dbf2b7f4542321ddedce40d0897904401611b88.tar.xz |
extra/lighttpd: upgrade to 1.4.22, new style init.d
Diffstat (limited to 'extra/lighttpd/lighttpd.post-install')
-rw-r--r-- | extra/lighttpd/lighttpd.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/lighttpd/lighttpd.post-install b/extra/lighttpd/lighttpd.post-install new file mode 100644 index 00000000..5b116a63 --- /dev/null +++ b/extra/lighttpd/lighttpd.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +chown lighttpd:lighttpd /var/*/lighttpd +exit 0 |