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
Unknown Object (File)
Tue, Dec 17, 7:01 AM
Unknown Object (File)
Fri, Dec 13, 5:52 PM
Unknown Object (File)
Wed, Dec 11, 11:41 AM
Unknown Object (File)
Sun, Dec 8, 1:25 PM
Unknown Object (File)
Nov 14 2024, 11:46 PM
Unknown Object (File)
Nov 11 2024, 2:43 AM
Unknown Object (File)
Nov 8 2024, 10:37 AM
Unknown Object (File)
Oct 26 2024, 1:13 PM
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 27717
Build 25916: 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