From: =?iso-8859-1?Q?Yves_Gu=E9rin?= on
Dear Sir,

I did some modification concerning this port on my local machine:
/usr/local/etc/rc.d/junkbuster
*** 16,21 ****
--- 16,22 ----
  command=/usr/local/sbin/junkbuster
  required_files=/usr/local/etc/junkbuster/configfile
  start_cmd="ijb_start"
+ rcvar=`set_rcvar`
 
  [ -z "${junkbuster_enable}" ] && junkbuster_enable="NO"
 
***************
*** 27,30 ****
--- 28,32 ----
  }
 
  load_rc_config $name
+ eval "${rcvar}=\${${rcvar}:-'NO'}"
  run_rc_command "$1"

so you can add to the /et/rc.conf:
junkbuster_enable="NO"

If it can help.

Yves Guerin





_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"