Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 62
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.2.5-0~kolab2) unstable; urgency=low + + * a2ensite should be called from roundcubemail postinst because the roundcubemail.conf file is in that package + + -- Timotheus Pokorra <tp@tbits.net> Wed, 28 Apr 2017 08:43:00 +0200 + roundcubemail (1.2.5-0~kolab1) unstable; urgency=low * Check in upstream 1.2.5 release
View file
debian.tar.gz/roundcubemail-core.postinst
Changed
@@ -52,9 +52,6 @@ exit 0 fi - if [ -e "/etc/apache2/sites-available/roundcubemail.conf" -a ! -e "/etc/apache2/sites-enabled/roundcubemail.conf" ]; then - a2ensite roundcubemail.conf - fi reload_apache reload ;; esac
View file
debian.tar.gz/roundcubemail.postinst
Added
@@ -0,0 +1,31 @@ +#!/bin/sh + +#EXTRA# +#DEBHELPER# + +set -e + +reload_apache() +{ + if apache2ctl configtest 2>/dev/null; then + invoke-rc.d apache2 $1 || true + else + echo "Your apache2 configuration is broken, so we're not restarting it for you." + fi +} + +case "$1" in + configure) + if [ -f "/etc/plesk-release" ]; then + exit 0 + fi + + if [ -e "/etc/apache2/sites-available/roundcubemail.conf" -a ! -e "/etc/apache2/sites-enabled/roundcubemail.conf" ]; then + a2ensite roundcubemail.conf + fi + reload_apache reload + ;; +esac + +exit 0 +
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.2.5-0~kolab1 +Version: 1:1.2.5-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.