diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/sitesummary.dirs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b5b5b77..c00a322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ sitesummary (0.0.5) UNRELEASED; urgency=low * Collect output from lsusb and lsscsi if they are present. * Drop wget as dependency for sitesummary-client. It is no longer used. * Include apache2 example configuration. + * Try to create the directories in /var/lib/sitesummary/ with www-data + as the owner, to allow the cgi script to write into them. [ Steffen Joeris ] * Update debian/copyright file diff --git a/debian/sitesummary.dirs b/debian/sitesummary.dirs deleted file mode 100644 index fe0100f..0000000 --- a/debian/sitesummary.dirs +++ /dev/null @@ -1,2 +0,0 @@ -/var/lib/sitesummary/entries -/var/lib/sitesummary/tmpstorage |