aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-09-01 09:36:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-09-01 09:36:12 +0000
commitbb2369531336fad347a9d117a820c91e96cbc6d6 (patch)
treebf119dc0ccd90187c0ba1e75891e312225cfecd0
parent509067a758d8fbecbdf22d97c3d10c1b7912e850 (diff)
downloadports-bb2369531336fad347a9d117a820c91e96cbc6d6.tar.gz
ports-bb2369531336fad347a9d117a820c91e96cbc6d6.zip
www/galene: fix typo in WWW [1]
File here make daemon log to syslog to ease debugging Reported by: mikael [1]
-rw-r--r--www/galene/Makefile3
-rw-r--r--www/galene/files/galene.in2
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()
{