Projects
Kolab:3.4
kolab-freebusy
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 36
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-freebusy (1.0.6-0~kolab3) unstable; urgency=low + + * Do a full apache restart to work around #2050 + + -- Christoph Wickert <wickert@kolabsys.com> Mon, 09 Feb 2015 16:25:34 +0100 + kolab-freebusy (1.0.6-0~kolab2) unstable; urgency=low * another fix for prerm script @@ -16,6 +22,7 @@ -- Timotheus Pokorra <tp@tbits.net> Thu, 22 Jan 2015 00:54:02 +0100 +>>>>>>> ./debian.changelog.r32 kolab-freebusy (1.0.5-0~kolab3) unstable; urgency=low * renamed apache config from sitename to sitename.conf
View file
debian.tar.gz/postinst
Changed
@@ -17,7 +17,9 @@ reload_apache() { if apache2ctl configtest 2>/dev/null; then - invoke-rc.d apache2 $1 || true + # Workaround for #2050 + # invoke-rc.d apache2 $1 || true + /etc/init.d/apache2 stop && sleep 3 && /etc/init.d/apache2 start || true else echo "Your apache2 configuration is broken, so we're not restarting it for you." fi
View file
debian.tar.gz/preinst
Changed
@@ -14,7 +14,9 @@ reload_apache() { if apache2ctl configtest 2>/dev/null; then - invoke-rc.d apache2 $1 || true + # Workaround for #2050 + # invoke-rc.d apache2 $1 || true + /etc/init.d/apache2 stop && sleep 3 && /etc/init.d/apache2 start || true else echo "Your apache2 configuration is broken, so we're not restarting it for you." fi
View file
debian.tar.gz/prerm
Changed
@@ -3,7 +3,9 @@ reload_apache() { if apache2ctl configtest 2>/dev/null; then - invoke-rc.d apache2 $1 || true + # Workaround for #2050 + # invoke-rc.d apache2 $1 || true + /etc/init.d/apache2 stop && sleep 3 && /etc/init.d/apache2 start || true else echo "Your apache2 configuration is broken, so we're not restarting it for you." fi
View file
kolab-freebusy.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-freebusy Binary: kolab-freebusy Architecture: all -Version: 1.0.6-0~kolab2 +Version: 1.0.6-0~kolab3 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Homepage: http://www.kolab.org Standards-Version: 3.9.3
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
.