aboutsummaryrefslogtreecommitdiff
path: root/www/cherokee
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-09-01 18:27:20 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-09-01 18:27:20 +0000
commit431c819da451add58c598defbadd9a0a4f1f9213 (patch)
tree29eaedbb2b3651b66e0dd40d32de45c01d869165 /www/cherokee
parent4199ce3ee6756b78e4fac182453d62822dc1b30e (diff)
downloadports-431c819da451add58c598defbadd9a0a4f1f9213.tar.gz
ports-431c819da451add58c598defbadd9a0a4f1f9213.zip
- Add flag to detach from console on system start
- Bump portrevision PR: ports/127020 Submitted by: Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
Notes
Notes: svn path=/head/; revision=219604
Diffstat (limited to 'www/cherokee')
-rw-r--r--www/cherokee/Makefile2
-rw-r--r--www/cherokee/files/cherokee.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile
index 8f9bd193020c..93ce508cdefa 100644
--- a/www/cherokee/Makefile
+++ b/www/cherokee/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cherokee
PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.cherokee-project.com/download/0.8/${PORTVERSION}/ \
LOCAL/beech
diff --git a/www/cherokee/files/cherokee.sh.in b/www/cherokee/files/cherokee.sh.in
index edb10cdfdec9..c5f40e45126a 100644
--- a/www/cherokee/files/cherokee.sh.in
+++ b/www/cherokee/files/cherokee.sh.in
@@ -25,7 +25,7 @@ load_rc_config $name
: ${cherokee_conf="%%PREFIX%%/etc/cherokee/cherokee.conf"}
command=%%PREFIX%%/sbin/cherokee
-command_args="-C ${cherokee_conf}"
+command_args="-C ${cherokee_conf} -d"
pidfile=/var/run/cherokee.pid
required_files=${cherokee_conf}
stop_postcmd=stop_postcmd