[packages/jabberd] fixed s2s and sm pidfile paths
gotar
gotar at pld-linux.org
Tue Sep 13 02:36:28 CEST 2016
commit 80ee994f73eb94844a96e5ccec96aad14ad6a00d
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Tue Sep 13 02:31:30 2016 +0200
fixed s2s and sm pidfile paths
Patch badly updated to 2.3.6: dbf65a43d8ce7b57cd45c1b228222269333b917e
jabberd-default_config.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jabberd-default_config.patch b/jabberd-default_config.patch
index 5a870dd..5dd8d6d 100644
--- a/jabberd-default_config.patch
+++ b/jabberd-default_config.patch
@@ -117,7 +117,7 @@ diff -ur jabberd-2.2.17.orig/etc/jabberd.cfg.dist.in jabberd-2.2.17/etc/jabberd.
<!-- The process ID file. Comment this out if you don't need to know
the process ID from outside the process (eg for control scripts) -->
- <pidfile>@localstatedir@/@package@/pid/${id}.pid</pidfile>
-+ <pidfile>@localstatedir@/@package@/run/jabber/${id}.pid</pidfile>
++ <pidfile>@localstatedir@/run/jabber/${id}.pid</pidfile>
<!-- Router connection configuration -->
<router>
@@ -152,7 +152,7 @@ diff -ur jabberd-2.2.17.orig/etc/jabberd.cfg.dist.in jabberd-2.2.17/etc/jabberd.
<!-- The process ID file. Comment this out if you don't need to know
the process ID from outside the process (eg for control scripts) -->
- <pidfile>@localstatedir@/@package@/pid/${id}.pid</pidfile>
-+ <pidfile>@localstatedir@/@package@/run/jabber/${id}.pid</pidfile>
++ <pidfile>@localstatedir@/run/jabber/${id}.pid</pidfile>
<!-- Router connection configuration -->
<router>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jabberd.git/commitdiff/80ee994f73eb94844a96e5ccec96aad14ad6a00d
More information about the pld-cvs-commit
mailing list