changing ownership of /var/alternc/tmp
This commit is contained in:
parent
f8fbb858a5
commit
0cf1a82fc2
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue