From 0cf1a82fc280dfd0efc60a497b2db3a97de801b1 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Mon, 27 Aug 2007 06:01:41 +0000 Subject: [PATCH] changing ownership of /var/alternc/tmp --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 918854ca..922781d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ alternc (0.9.6.5) testing; urgency=low + * Force the restart of apache & apache-ssl (#1000) * Redirect are now done on http://$url$1 base, not $url/$1 (#1054) * Patch to install properly apache and apache-ssl modules * We copy /etc/squirrelmail/default_pref content for new accounts in _createpop (#1015) diff --git a/debian/rules b/debian/rules index 4725d9bc..7d75b32d 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,7 @@ install: build chown -R www-data:www-data debian/alternc/var/alternc/html chown -R www-data:www-data debian/alternc/var/run/alternc chown -R www-data:www-data debian/alternc/var/log/alternc + chown -R www-data:www-data debian/alternc/var/alternc/tmp chmod a+x debian/alternc/usr/share/alternc/install/alternc.install chmod a+x debian/alternc/usr/share/alternc/install/dopo.sh