Re: svn commit: r234093 - in head/etc: defaults rc.d

2012-04-11 Thread Doug Barton
On Wed, 11 Apr 2012, Doug Barton wrote: Scripts that start persistent services should always include "KEYWORD: shutdown" so that they get started cleanly. Sorry, that's "so that they get shut down cleanly." Doug ___ svn-src-all@freebsd.org mailing l

Re: svn commit: r234093 - in head/etc: defaults rc.d

2012-04-11 Thread Doug Barton
This script has many problems. First, new scripts in the base should never use BEFORE since this makes debugging rcorder issues harder. Please instead add this to the REQUIRE line in DAEMON. You can use 'service -r' to get an idea of where it will be included at boot time. Second, for new scri

svn commit: r234093 - in head/etc: defaults rc.d

2012-04-10 Thread Stanislav Sedov
Author: stas Date: Tue Apr 10 09:27:41 2012 New Revision: 234093 URL: http://svn.freebsd.org/changeset/base/234093 Log: - Add rc.d script for kfd, kerberos forwarded tickets daemon. Added: head/etc/rc.d/kfd (contents, props changed) Modified: head/etc/defaults/rc.conf head/etc/rc.d/Make