news/newscache is lacking an rc script, so I hacked this one up Fix: #!/bin/sh # # $FreeBSD: ports/news/newscache/files/newscache.sh.sample,v 1.0 2006/01/03 08:17:07 arjan Exp $ # # PROVIDE: newscache # REQUIRE: DAEMON # KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable newscache: # # newscache_enable="YES" # newscache_enable=${newscache_enable-"NO"} newscache_flags=${newscache_flags-""} . /etc/rc.subr name=newscache rcvar=`set_rcvar` command=/usr/local/sbin/${name} pidfile=/var/run/${name}.pid sig_stop=-KILL load_rc_config ${name} run_rc_command "$1" How-To-Repeat: Install the port
State Changed From-To: open->closed Committed, thanks!