diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/h2o/Makefile | 1 | ||||
-rw-r--r-- | www/h2o/files/h2o.in | 2 |
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() |