Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 33
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.6.8-0~kolab5) unstable; urgency=low + + * Test for a lock directory before touching lock files + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 21 Nov 2013 20:00:00 +0100 + pykolab (0.6.8-0~kolab4) unstable; urgency=low * Make the kolab-saslauthd rundir a little more flexible
View file
debian.tar.gz/kolab-saslauthd.init
Changed
@@ -84,7 +84,9 @@ # Add code here, if necessary, that waits for the process to be ready # to handle requests from services started subsequently which depend # on this one. As a last resort, sleep for some time. - touch $LOCKFILE + if [ -d "$(dirname $LOCKFILE)" ]; then + touch $LOCKFILE + fi } #
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.6.8-0~kolab4 +Version: 0.6.8-0~kolab5 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org
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
.