diff options
author | johans <johans@FreeBSD.org> | 2008-02-03 16:24:41 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-02-03 16:24:41 +0800 |
commit | 992614013251b29da841ed6d7cca0551c20eac08 (patch) | |
tree | 78c8dfffdf5d256565d183eddd9253876ca188a4 /www/xshttpd/files | |
parent | ebd04c41e154710b48202cd44f764a0e2b8f5538 (diff) | |
download | freebsd-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.in | 2 |
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" |