git: bb2369531336 - main - www/galene: fix typo in WWW [1]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 09:36:58 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bb2369531336fad347a9d117a820c91e96cbc6d6
commit bb2369531336fad347a9d117a820c91e96cbc6d6
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-09-01 09:36:12 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-09-01 09:36:12 +0000
www/galene: fix typo in WWW [1]
File here make daemon log to syslog to ease debugging
Reported by: mikael [1]
---
www/galene/Makefile | 3 ++-
www/galene/files/galene.in | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/galene/Makefile b/www/galene/Makefile
index 443867f800d9..aaa2bba20678 100644
--- a/www/galene/Makefile
+++ b/www/galene/Makefile
@@ -1,10 +1,11 @@
PORTNAME= galene
DISTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= www net-im
MAINTAINER= bapt@FreeBSD.org
COMMENT= The Galène videoconference server
-WWW= https://galane.org
+WWW= https://galene.org
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
diff --git a/www/galene/files/galene.in b/www/galene/files/galene.in
index 17b872f5622f..7e283c3a7e9d 100644
--- a/www/galene/files/galene.in
+++ b/www/galene/files/galene.in
@@ -24,7 +24,7 @@ load_rc_config "${name}"
pidfile=/var/run/galene.pid
procname="%%PREFIX%%/bin/galene"
command="/usr/sbin/daemon"
-command_args="-cf -p ${pidfile} ${procname} -static ${galene_static} -http ${galene_http} -data ${galene_data} -groups ${galene_groups} -recordings ${galene_recordings} ${galene_args}"
+command_args="-cf -S -p ${pidfile} ${procname} -static ${galene_static} -http ${galene_http} -data ${galene_data} -groups ${galene_groups} -recordings ${galene_recordings} ${galene_args}"
galene_startprecmd()
{