aboutsummaryrefslogtreecommitdiffstats
path: root/www/xshttpd/files
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2008-02-03 16:24:41 +0800
committerjohans <johans@FreeBSD.org>2008-02-03 16:24:41 +0800
commit992614013251b29da841ed6d7cca0551c20eac08 (patch)
tree78c8dfffdf5d256565d183eddd9253876ca188a4 /www/xshttpd/files
parentebd04c41e154710b48202cd44f764a0e2b8f5538 (diff)
downloadfreebsd-ports-gnome-992614013251b29da841ed6d7cca0551c20eac08.tar.gz
freebsd-ports-gnome-992614013251b29da841ed6d7cca0551c20eac08.tar.zst
freebsd-ports-gnome-992614013251b29da841ed6d7cca0551c20eac08.zip
- Update to 3.5 g1
- Use standard $WWWDIR - Remove conflict with Apache
Diffstat (limited to 'www/xshttpd/files')
-rw-r--r--www/xshttpd/files/xshttpd.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/xshttpd/files/xshttpd.sh.in b/www/xshttpd/files/xshttpd.sh.in
index cf038023446d..8380f36caef0 100644
--- a/www/xshttpd/files/xshttpd.sh.in
+++ b/www/xshttpd/files/xshttpd.sh.in
@@ -25,5 +25,7 @@ load_rc_config $name
pidfile="/var/run/httpd.pid"
command="%%PREFIX%%/bin/httpd"
+stop_cmd="%%PREFIX%%/bin/httpdc kill"
+restart_cmd="%%PREFIX%%/bin/httpdc restart"
run_rc_command "$1"