Page MenuHomeFreeBSD

Add option to run rpc.{lockd,statd} in the foreground.
ClosedPublic

Authored by rpokala on Nov 21 2019, 5:21 AM.
Tags
None
Referenced Files
F82180214: D22474.id64663.diff
Fri, Apr 26, 5:59 AM
F82180209: D22474.id64731.diff
Fri, Apr 26, 5:59 AM
Unknown Object (File)
Feb 23 2024, 10:52 AM
Unknown Object (File)
Dec 23 2023, 12:58 AM
Unknown Object (File)
Dec 21 2023, 1:09 PM
Unknown Object (File)
Dec 15 2023, 7:50 PM
Unknown Object (File)
Dec 3 2023, 11:38 AM
Unknown Object (File)
Dec 3 2023, 11:38 AM
Subscribers

Details

Summary

Add and document options to allow rpc.lockd and rpc.statd to run in the
foreground.

This allows a separate process to monitor when and how those programs exit.
That process can then restart them if needed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27675
Build 25876: arc lint + arc unit

Event Timeline

Looks good to me. Other commands use different flags to run in foreground, though. IT's inconsistent...

This revision is now accepted and ready to land.Nov 21 2019, 11:28 PM
In D22474#491849, @imp wrote:

Looks good to me. Other commands use different flags to run in foreground, though. IT's inconsistent...

Yeah, I've noticed. :-/

Split lines in the manpages at the start of new sentences. Thanks igor(1)!

This revision now requires review to proceed.Nov 22 2019, 4:38 PM
bcr added a subscriber: bcr.

Split lines in the manpages at the start of new sentences. Thanks igor(1)!

Isn't it a nice lab assistant? ;)
BTW, approved by manpages!

This revision is now accepted and ready to land.Nov 22 2019, 4:51 PM