svn commit: r520316 - in head/www/pomerium: . files

Xin LI delphij at FreeBSD.org
Tue Dec 17 08:37:06 UTC 2019


Author: delphij
Date: Tue Dec 17 08:37:05 2019
New Revision: 520316
URL: https://svnweb.freebsd.org/changeset/ports/520316

Log:
  Fix a typo in startup script.

Modified:
  head/www/pomerium/Makefile
  head/www/pomerium/files/pomerium.in

Modified: head/www/pomerium/Makefile
==============================================================================
--- head/www/pomerium/Makefile	Tue Dec 17 07:59:52 2019	(r520315)
+++ head/www/pomerium/Makefile	Tue Dec 17 08:37:05 2019	(r520316)
@@ -3,6 +3,7 @@
 PORTNAME=	pomerium
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	delphij at FreeBSD.org

Modified: head/www/pomerium/files/pomerium.in
==============================================================================
--- head/www/pomerium/files/pomerium.in	Tue Dec 17 07:59:52 2019	(r520315)
+++ head/www/pomerium/files/pomerium.in	Tue Dec 17 08:37:05 2019	(r520316)
@@ -46,7 +46,7 @@ load_rc_config ${name}
 pidfile="%%POMERIUMPIDDIR%%${name}.pid"
 procname="%%PREFIX%%/libexec/pomerium"
 command=/usr/sbin/daemon
-command_args="-c -P ${pidfile} -T ${name} ${procname} ${pomerium_options}"
+command_args="-c -p ${pidfile} -T ${name} ${procname} ${pomerium_options}"
 start_precmd="pomerium_precmd"
 
 pomerium_precmd()


More information about the svn-ports-head mailing list