Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.6.8-0~kolab4) unstable; urgency=low + + * Make the kolab-saslauthd rundir a little more flexible + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 19 Nov 2013 20:00:00 +0100 + pykolab (0.6.8-0~kolab3) unstable; urgency=low * Reduce requirement on python to >= 2.6
View file
debian.tar.gz/kolab-saslauthd.init
Changed
@@ -10,16 +10,22 @@ # authentication requests on behalf of the cyrus-sasl library. ### END INIT INFO +if [ -d "/run" ]; then + rundir="/run" +else + rundir="/var/run" +fi + PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="The Kolab saslauthd is a server process which handles authentication requests on behalf of the cyrus-sasl library." # Introduce a short description here NAME=kolab-saslauthd # Introduce the short server's name here DAEMON=/usr/sbin/kolab-saslauthd # Introduce the server's location here DAEMON_ARGS="--fork -l warning" # Arguments to run the daemon with -PIDFILE=/run/$NAME/$NAME.pid -LOCKFILE=/run/lock/$NAME +PIDFILE=${rundir}/$NAME/$NAME.pid +LOCKFILE=${rundir}/lock/$NAME SCRIPTNAME=/etc/init.d/$NAME DEFAULTSFILE=/etc/default/$NAME -SOCKETDIR=/run/saslauthd +SOCKETDIR=${rundir}/saslauthd USER=kolab GROUP=kolab-n @@ -49,10 +55,10 @@ fi # Make sure the pid directory is there - if [ ! -d /run/$NAME ]; then - mkdir /run/$NAME + if [ ! -d ${rundir}/$NAME ]; then + mkdir ${rundir}/$NAME fi - chown $USER:$GROUP /run/$NAME + chown $USER:$GROUP ${rundir}/$NAME # Make sure the socket directory is there if [ ! -d $SOCKETDIR ]; then
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~kolab3 +Version: 0.6.8-0~kolab4 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
.