www/apache13-modssl: apache.sh missing rc.subr

Senandung Mendonan mendonan at absolute-p.ath.cx
Fri May 14 05:21:57 PDT 2004


Hi,

I did a portupgrade -NRuv apache+mod_ssl on both 4.9 and 5.2.1 machines,
and when tried to restart apache using /usr/local/etc/rc.d/apache.sh stop,
I got:-

set_rcvar: command not found
load_rc_config: command not found
run_rc_command: command not found

which led to the attached patch on the startup script. Please help fix..
thanks.

--mendonan
"Yang mimpikan secangkir kopi panas dengan selimut.."
 (Dreaming of a cup of hot coffee, and a blanket..")
-------------- next part --------------
*** apache.sh.org	Fri May 14 20:01:55 2004
--- apache.sh	Fri May 14 20:06:29 2004
***************
*** 17,23 ****
  apache_flags="-DSSL"
  apache_pidfile="/var/run/httpd.pid"
  
! . 
  
  name="apache"
  rcvar=`set_rcvar`
--- 17,23 ----
  apache_flags="-DSSL"
  apache_pidfile="/var/run/httpd.pid"
  
! . /etc/rc.subr
  
  name="apache"
  rcvar=`set_rcvar`


More information about the freebsd-ports mailing list