Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2025 20:28:49 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3e5acf221ca1 - 2025Q4 - irc/soju: enable syslog output
Message-ID:  <202510052028.595KSnAV087633@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e5acf221ca19698f7ff25af70c87499447c452f

commit 3e5acf221ca19698f7ff25af70c87499447c452f
Author:     Vladimir Zhelezov <zhelezov@gmail.com>
AuthorDate: 2025-09-22 20:48:12 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2025-10-05 20:28:19 +0000

    irc/soju: enable syslog output
    
    PR:             289770
    MFH:            2025Q4 (decent improvement to have)
    (cherry picked from commit 892f24bec818922303936e169e0f3ae0ea63be50)
---
 irc/soju/Makefile      | 2 +-
 irc/soju/files/soju.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/irc/soju/Makefile b/irc/soju/Makefile
index c66b220ac6f5..0eb6641e81fb 100644
--- a/irc/soju/Makefile
+++ b/irc/soju/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	soju
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 
 MAINTAINER=	ashish@FreeBSD.org
diff --git a/irc/soju/files/soju.in b/irc/soju/files/soju.in
index 4b27e0719259..a4b8a0c5b85c 100644
--- a/irc/soju/files/soju.in
+++ b/irc/soju/files/soju.in
@@ -25,7 +25,7 @@ desc="Soju IRC bouncer"
 command=/usr/sbin/daemon
 procname="%%PREFIX%%/bin/soju"
 pidfile=/var/run/${name}.pid
-command_args="-P /var/run/daemon_${name}.pid -p $pidfile -u %%USER%% -H -c -f $procname -config ${soju_config}"
+command_args="-P /var/run/daemon_${name}.pid -p $pidfile -u %%USER%% -S -c -T $name -f $procname -config ${soju_config}"
 start_precmd="mkdir -p /var/run/soju && chown %%USER%%: /var/run/soju"
 extra_commands="reload"
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510052028.595KSnAV087633>