diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-08-12 11:59:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:46 +0700 |
commit | 73a5930ef0e62632e556e4d9a67b66e67973e393 (patch) | |
tree | 1fa4f9f0e5a70dc8e90b433e44be104980bab528 /network/lighttpd2/conf | |
parent | 2d5ef2bee514bc81930425d07434aeb4cd61aa4c (diff) |
network/lighttpd2: Updated for version 20151204_3a4698d.
Fixed php.ini location in README.SLACKWARE and hardcoded
lighttpd user (thanks to Andrzej Telszewski)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd2/conf')
-rw-r--r-- | network/lighttpd2/conf/lighttpd2.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/lighttpd2/conf/lighttpd2.logrotate b/network/lighttpd2/conf/lighttpd2.logrotate index 04d448ac6b9b..a85c1efc239f 100644 --- a/network/lighttpd2/conf/lighttpd2.logrotate +++ b/network/lighttpd2/conf/lighttpd2.logrotate @@ -3,7 +3,7 @@ missingok copytruncate rotate 30 - create 0644 lighttpd root + create 0644 @LIGHTTPD_USER@ root compress notifempty su lighttpd root |