Prepare 3.1.0
This commit is contained in:
parent
79af0a6750
commit
1bff179e3f
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user