]> git.koha-community.org Git - koha.git/commit
Bug 36386: Pass user and group to Net::Server
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 21 Mar 2024 14:17:35 +0000 (14:17 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 23 May 2024 13:35:20 +0000 (15:35 +0200)
commit89ce196ea77e0e46d6d66b1710325673b753bbd3
treee2fc6e8b868ff604cc7482a54ee08cd372ae8edd
parent3e87f64b9281af0bfd16666bdfe64a0156a3b56c
Bug 36386: Pass user and group to Net::Server

This prevents the User/Group Not Defined warns in syslog.

Test plan:
Restart sip and check your syslog.

KTD Test Plan:
1) Stop your SIP server
2) Run "perl C4/SIP/SIPServer.pm /etc/koha/sites/kohadev/koha-conf.xml"
   We need valid XML without any valid SIP settings to the output goes
   to the command line
3) Note the warnings
4) Apply this patch
5) Repeat step 2
6) No warnings!

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 2973a4e81a2878b8d2654477b2556ad1b1fb4e46)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/SIPServer.pm