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
|
||||
Allow from all
|
||||
</DirectoryMatch>
|
||||
<DirectoryMatch /var/lib/dolibarr>
|
||||
<DirectoryMatch /var/lib/dolibarr/documents>
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
dolibarr 3.1.0 unstable; urgency=low
|
||||
* New 3.1.0 release
|
||||
More information into /usr/share/dolibarr/ChangeLog file.
|
||||
-- maintainer Laurent Destailleur <eldy@users.sourceforge.net> 2011-07-09
|
||||
dolibarr (3.1.0-1) unstable; urgency=low
|
||||
|
||||
[ Laurent Destailleur ]
|
||||
* 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
|
||||
echo Create empty file /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
|
||||
chmod -R 750 /usr/share/dolibarr/htdocs/conf/conf.php
|
||||
chown -R root:www-data /usr/share/dolibarr/htdocs/conf/conf.php
|
||||
chmod -R 660 /usr/share/dolibarr/htdocs/conf/conf.php
|
||||
fi
|
||||
|
||||
#db_reset "dolibarr/webserver"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user