FreeBSD Port: junkbuster-2.0.2_7

Yves Guérin yvesguerin at yahoo.ca
Tue Dec 1 15:51:10 UTC 2009


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




      


More information about the freebsd-ports mailing list