/etc/rc.d/nfslocking restart will only restart rpc.statd. This is because after restarting rpc.statd _rc_restart_done got set to true by rc.subr. Fix: To solve this, just unset _rc_restart_done before restarting rpc.lockd
Responsible Changed From-To: freebsd-bugs->freebsd-rc
Unfortunately, _rc_restart_done is private to rc.subr(8) and scripts should not depend on it being available or having any specific behavior. The solution is to breakup the script into separate scripts for statd and lockd. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org
State Changed From-To: open->closed Duplicate of conf/107316