K 10 svn:author V 3 mtm K 8 svn:date V 27 2007-09-26T11:02:28.000000Z K 7 svn:log V 880 MFC: Revision Path 1.82 src/etc/rc.d/Makefile 1.16 src/etc/rc.d/lockd 1.17 src/etc/rc.d/lockd 1.18 src/etc/rc.d/lockd 1.15 src/etc/rc.d/nfslocking 1.16 src/etc/rc.d/statd 1.17 src/etc/rc.d/statd Split rc.d/nfslocking into two separate scripts: rc.d/lockd and rc.d/statd. Keep rc.d/nfslocking for POLA reasons but do not run it during system startup. PR: conf/107316 Revision Path 1.14 src/etc/rc.d/nfslocking The precmd routine does not need to check whether the comman should be "forced". If some pre-condition is not met, it should fail as it normally does and rc.subr(8) will make the appropriate decision. Incidentally, the previous behaviour had a bug where the "force" flag was respected only when checking rc.conf(5) knobs. The flag was ignored when verifying the rpcbind(8) dependency. END