diff options
author | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 10:42:37 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 10:42:37 +0000 |
commit | faf51519ea8945d106b44af86827aec0265553c0 (patch) | |
tree | 23bc80dfbd42d6ee9ec0d4b72316f9d8a4f2aa74 | |
parent | e5805fe441ef8b6114237428642fba184128f582 (diff) | |
download | lighttpd-faf51519ea8945d106b44af86827aec0265553c0.tar.gz |
.install changes.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/lighttpd.install | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f437567..5a9251a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ lighttpd (1.4.19-1) UNRELEASED; urgency=low + add debian/lighttpd.preinst to rename 10-auth.conf into 05-auth.conf automagically (when it's a sane thing to do). + Document all that in NEWS.Debian. + + debian/lighttpd.install: add 10-status.conf and 05-auth.conf. * debian/lighttpd.postinst: + chmod'ing /var/cache/lighttpd recursively is useless and too long. Just diff --git a/debian/lighttpd.install b/debian/lighttpd.install index 806d06b..9605a1d 100644 --- a/debian/lighttpd.install +++ b/debian/lighttpd.install @@ -29,7 +29,8 @@ debian/tmp/usr/lib/lighttpd/mod_status.so debian/tmp/usr/lib/lighttpd/mod_userdir.so debian/tmp/usr/lib/lighttpd/mod_usertrack.so debian/lighttpd.conf /etc/lighttpd -debian/conf-available/10-auth.conf /etc/lighttpd/conf-available +debian/conf-available/05-auth.conf /etc/lighttpd/conf-available +debian/conf-available/10-status.conf /etc/lighttpd/conf-available debian/conf-available/10-cgi.conf /etc/lighttpd/conf-available debian/conf-available/10-fastcgi.conf /etc/lighttpd/conf-available debian/conf-available/10-proxy.conf /etc/lighttpd/conf-available |