diff options
author | beech <beech@FreeBSD.org> | 2008-08-30 01:43:09 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-30 01:43:09 +0800 |
commit | 81ec8fe8572a363274bfc688f207442a87b41660 (patch) | |
tree | f4221e5e707869ec8597e2f61bb7411d7817d5d1 /www/cherokee | |
parent | 742acdd0db8e6c4f62b6277632c2add649722253 (diff) | |
download | freebsd-ports-gnome-81ec8fe8572a363274bfc688f207442a87b41660.tar.gz freebsd-ports-gnome-81ec8fe8572a363274bfc688f207442a87b41660.tar.zst freebsd-ports-gnome-81ec8fe8572a363274bfc688f207442a87b41660.zip |
- Fix rc script
- Bump portrevision
PR: ports/126954
Submitted by: Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 1 | ||||
-rw-r--r-- | www/cherokee/files/cherokee.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 59685a549901..8f9bd193020c 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.8.1 +PORTREVISION= 1 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 fa61ee53b694..edb10cdfdec9 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} -b" +command_args="-C ${cherokee_conf}" pidfile=/var/run/cherokee.pid required_files=${cherokee_conf} stop_postcmd=stop_postcmd |