diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2015-12-07 18:49:20 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-08 14:26:59 +0000 |
commit | 4ce667c78b8914d511474b336de17f2ca6e65fab (patch) | |
tree | ce50a0f040faf130b1a8080067ee34d14e2c9ce8 /main/lighttpd/lighttpd.confd | |
parent | bedaab5b374d5c54a91e2ce7bf50b95e1dd09183 (diff) | |
download | aports-4ce667c78b8914d511474b336de17f2ca6e65fab.tar.bz2 aports-4ce667c78b8914d511474b336de17f2ca6e65fab.tar.xz |
main/lighttpd: upgrade to 1.4.38. Minor cleanups in init and logrotate scripts (second release)
Diffstat (limited to 'main/lighttpd/lighttpd.confd')
-rw-r--r-- | main/lighttpd/lighttpd.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lighttpd/lighttpd.confd b/main/lighttpd/lighttpd.confd index 70d4170555..da524afb49 100644 --- a/main/lighttpd/lighttpd.confd +++ b/main/lighttpd/lighttpd.confd @@ -8,5 +8,5 @@ LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf" # Location of the lighttpd pid file -LIGHTTPD_PID="/var/run/lighttpd.pid" +LIGHTTPD_PID="/run/lighttpd.pid" |