changing ownership of /var/alternc/tmp

This commit is contained in:
Benjamin Sonntag 2007-08-27 06:01:41 +00:00
parent f8fbb858a5
commit 0cf1a82fc2
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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)

1
debian/rules vendored
View File

@ -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