Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 147
View file
pykolab.spec
Changed
@@ -40,6 +40,7 @@ Patch6: fix_kolabsaslauthd_centos7.patch Patch7: fix_run_kolabd_centos7.patch Patch8: fix_clamd_sock_centos7.patch +Patch9: fix_wallace_pid_location_centos7.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -210,6 +211,7 @@ %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build autoreconf -v @@ -533,6 +535,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Mon Feb 23 2015 Timotheus Pokorra (TBits.net) <tp@tbits.net> +- fix location of wallace pid file on CentOS7, #4673 + * Fri Feb 20 2015 Timotheus Pokorra (TBits.net) <tp@tbits.net> - more fixes for CentOS7, fix path for /run/kolabd, fixing #2626 - and fixing path for clamd.sock, #3565
View file
fix_wallace_pid_location_centos7.patch
Added
@@ -0,0 +1,40 @@ +From 2560d642b84828e6feba4d934b3b7f8e589d141a Mon Sep 17 00:00:00 2001 +From: Timotheus Pokorra <tp@tbits.net> +Date: Mon, 23 Feb 2015 07:31:21 +0100 +Subject: [PATCH] CentOS7 systemd: use /run/wallaced as location for the pid file (#4673) + instead of a mix of /var/run/wallaced and /run/wallaced + +--- + wallace/wallace.systemd | 4 ++-- + wallace/wallace.tmpfiles.d.conf | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/wallace/wallace.systemd b/wallace/wallace.systemd +index 38a6604..c033269 100644 +--- a/wallace/wallace.systemd ++++ b/wallace/wallace.systemd +@@ -4,11 +4,11 @@ After=syslog.target network.target + + [Service] + Type=forking +-PIDFile=/var/run/wallaced/wallaced.pid ++PIDFile=/run/wallaced/wallaced.pid + User=kolab + Group=kolab + EnvironmentFile=/etc/sysconfig/wallace +-ExecStart=/usr/sbin/wallaced $FLAGS ++ExecStart=/usr/sbin/wallaced $FLAGS --pid-file /run/wallaced/wallaced.pid + ExecReload=/bin/kill -HUP $MAINPID + ExecStop=/bin/kill -TERM $MAINPID + +diff --git a/wallace/wallace.tmpfiles.d.conf b/wallace/wallace.tmpfiles.d.conf +index 7dd659a..b072311 100644 +--- a/wallace/wallace.tmpfiles.d.conf ++++ b/wallace/wallace.tmpfiles.d.conf +@@ -1,2 +1,2 @@ +-d /var/run/wallaced 750 kolab kolab ++d /run/wallaced 750 kolab kolab + +-- +1.7.1 +
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
.