Projects
home:sicherha:branches:Kolab:16
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 13
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.4.13-0~kolab3) unstable; urgency=low + + * Fix `prerm` script + + -- Christoph Erhardt <kolab@sicherha.de> Fri, 19 Aug 2022 17:57:22 +0200 + roundcubemail (1.4.13-0~kolab2) unstable; urgency=low * Support passwordless keys
View file
debian.tar.gz/roundcubemail-core.prerm
Changed
@@ -5,6 +5,15 @@ 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 +} + if "$1" = "remove" ; then if ! -f "/etc/plesk-release" ; then a2dissite roundcubemail.conf > /dev/null || true
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.4.13-0~kolab2 +Version: 1:1.4.13-0~kolab3 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> 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
.