forked from pool/roundcubemail
Accepting request 225009 from home:aeneas_jaissle:branches:server:php:applications
https://bugzilla.novell.com/show_bug.cgi?id=847179#c7 OBS-URL: https://build.opensuse.org/request/show/225009 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=71
This commit is contained in:
parent
88b40b0f66
commit
9c15a4a585
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:24:50 UTC 2014 - aj@ajaissle.de
|
||||
|
||||
- Use macros for DES string replacement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 14:02:07 UTC 2014 - aj@ajaissle.de
|
||||
|
||||
|
@ -201,7 +201,10 @@ function makedesstr () {
|
||||
done
|
||||
echo $str
|
||||
}
|
||||
sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" /etc/roundcubemail/main.inc.php || : &> /dev/null
|
||||
if [ -f %{roundcubeconfigpath}/main.inc.php ]; then
|
||||
sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" %{roundcubeconfigpath}/main.inc.php || : &> /dev/null
|
||||
fi
|
||||
sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" %{roundcubeconfigpath}/main.inc.php.dist || : &> /dev/null
|
||||
|
||||
# enable apache required apache modules
|
||||
if [ -x /usr/sbin/a2enmod ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user