aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2015-02-18 16:47:39 +0800
committeraz <az@FreeBSD.org>2015-02-18 16:47:39 +0800
commitcce39cab4c0facc1e0791986996007fabce49a8b (patch)
tree472177b8412152fa4140126c71f50d99a740e26e /www
parent50c16f2cef46247b8d4843567f545b474340a745 (diff)
downloadfreebsd-ports-gnome-cce39cab4c0facc1e0791986996007fabce49a8b.tar.gz
freebsd-ports-gnome-cce39cab4c0facc1e0791986996007fabce49a8b.tar.zst
freebsd-ports-gnome-cce39cab4c0facc1e0791986996007fabce49a8b.zip
- remove -r flag from daemon runtime.
- bump PORTREVISION PR: 197519 Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/h2o/Makefile1
-rw-r--r--www/h2o/files/h2o.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/h2o/Makefile b/www/h2o/Makefile
index a8807482a3f8..793239660cba 100644
--- a/www/h2o/Makefile
+++ b/www/h2o/Makefile
@@ -3,6 +3,7 @@
PORTNAME= h2o
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= dch@skunkwerks.at
diff --git a/www/h2o/files/h2o.in b/www/h2o/files/h2o.in
index 455d9df1a752..b9e37b0ee4e9 100644
--- a/www/h2o/files/h2o.in
+++ b/www/h2o/files/h2o.in
@@ -33,7 +33,7 @@ rcvar=h2o_enable
h2o_pidfile="%%H2O_PIDDIR%%${name}.pid"
procname="%%PREFIX%%/bin/${name}"
command=/usr/sbin/daemon
-command_args=" -f -c -r -p ${h2o_pidfile} ${procname} ${h2o_options}"
+command_args=" -f -c -p ${h2o_pidfile} ${procname} ${h2o_options}"
start_precmd="h2o_precmd"
h2o_precmd()