forked from pool/roundcubemail
Accepting request 225165 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/225165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=19
This commit is contained in:
commit
ee3dc7502f
@ -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…
x
Reference in New Issue
Block a user