diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-12-01 16:48:14 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-12-01 16:48:14 +0000 |
commit | 67d5248036c44846743f99128a383fb553c9daae (patch) | |
tree | 47dd8108b8e4759f90ba4c0d6338cb136fd8c40e | |
parent | 633c6dcfb8cb8002025979d3de17c3be4cc0f274 (diff) | |
download | lighttpd-67d5248036c44846743f99128a383fb553c9daae.tar.gz |
eloy: commit
-rw-r--r-- | debian/lighttpd.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lighttpd.postinst b/debian/lighttpd.postinst index 44f130d..66ee0cf 100644 --- a/debian/lighttpd.postinst +++ b/debian/lighttpd.postinst @@ -15,7 +15,7 @@ if [ "$1" = "configure" ]; then fi chown www-data:adm /var/log/lighttpd chown www-data:adm /var/log/lighttpd - chmod 0640 /var/log/lighttpd + chmod 0640 -R /var/log/lighttpd fi #DEBHELPER# |