Changes of Revision 70
debian.changelog
Changed
x
1
2
+kolab-syncroton (2.3.1-0~kolab3) unstable; urgency=low
3
+
4
+ * Revert workaround for #2050
5
+
6
+ -- Christoph Wickert <wickert@kolabsys.com> Thu, 12 Feb 2015 12:22:47 +0100
7
+
8
kolab-syncroton (2.3.1-0~kolab2) unstable; urgency=low
9
10
* Do a full apache restart to work around #2050
11
debian.tar.gz/postinst
Changed
12
1
2
reload_apache()
3
{
4
if apache2ctl configtest 2>/dev/null; then
5
- # Workaround for #2050
6
- # invoke-rc.d apache2 $1 || true
7
- /etc/init.d/apache2 stop && sleep 3 && /etc/init.d/apache2 start || true
8
+ invoke-rc.d apache2 $1 || true
9
else
10
echo "Your apache2 configuration is broken, so we're not restarting it for you."
11
fi
12
debian.tar.gz/preinst
Changed
12
1
2
reload_apache()
3
{
4
if apache2ctl configtest 2>/dev/null; then
5
- # Workaround for #2050
6
- # invoke-rc.d apache2 $1 || true
7
- /etc/init.d/apache2 stop && sleep 3 && /etc/init.d/apache2 start || true
8
+ invoke-rc.d apache2 $1 || true
9
else
10
echo "Your apache2 configuration is broken, so we're not restarting it for you."
11
fi
12
debian.tar.gz/prerm
Changed
12
1
2
reload_apache()
3
{
4
if apache2ctl configtest 2>/dev/null; then
5
- # Workaround for #2050
6
- # invoke-rc.d apache2 $1 || true
7
- /etc/init.d/apache2 stop && sleep 3 && /etc/init.d/apache2 start || true
8
+ invoke-rc.d apache2 $1 || true
9
else
10
echo "Your apache2 configuration is broken, so we're not restarting it for you."
11
fi
12
kolab-syncroton.dsc
Changed
10
1
2
Source: kolab-syncroton
3
Binary: kolab-syncroton
4
Architecture: all
5
-Version: 2.3.1-0~kolab2
6
+Version: 2.3.1-0~kolab3
7
Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
8
Uploaders: Paul Klos <kolab@klos2day.nl>
9
Homepage: http://www.kolab.org/
10