Prepare 3.1.0

This commit is contained in:
Laurent Destailleur 2011-07-19 17:14:07 +00:00
parent 83f457e65c
commit 7002498dc9
3 changed files with 11 additions and 7 deletions

View File

@ -71,7 +71,7 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
Order deny,allow Order deny,allow
Allow from all Allow from all
</DirectoryMatch> </DirectoryMatch>
<DirectoryMatch /var/lib/dolibarr> <DirectoryMatch /var/lib/dolibarr/documents>
AllowOverride All AllowOverride All
Order deny,allow Order deny,allow
Allow from all Allow from all

View File

@ -1,4 +1,8 @@
dolibarr 3.1.0 unstable; urgency=low dolibarr (3.1.0-1) unstable; urgency=low
* New 3.1.0 release
More information into /usr/share/dolibarr/ChangeLog file. [ Laurent Destailleur ]
-- maintainer Laurent Destailleur <eldy@users.sourceforge.net> 2011-07-09 * New upstream release.
-- Laurent Destailleur <eldy@destailleur.fr> Mon, 18 Jul 2011 12:00:00 +0100
# More information into /usr/share/dolibarr/ChangeLog file.

View File

@ -62,8 +62,8 @@ case "$1" in
then then
echo Create empty file /usr/share/dolibarr/htdocs/conf/conf.php echo Create empty file /usr/share/dolibarr/htdocs/conf/conf.php
touch /usr/share/dolibarr/htdocs/conf/conf.php touch /usr/share/dolibarr/htdocs/conf/conf.php
chown -R www-data:www-data /usr/share/dolibarr/htdocs/conf/conf.php chown -R root:www-data /usr/share/dolibarr/htdocs/conf/conf.php
chmod -R 750 /usr/share/dolibarr/htdocs/conf/conf.php chmod -R 660 /usr/share/dolibarr/htdocs/conf/conf.php
fi fi
#db_reset "dolibarr/webserver" #db_reset "dolibarr/webserver"