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.
Paths
| Differential D22474 Authored by rpokala on Nov 21 2019, 5:21 AM.
Details
Summary Add and document options to allow rpc.lockd and rpc.statd to run in the This allows a separate process to monitor when and how those programs exit.
Diff Detail
Event TimelineHerald added a reviewer: manpages. · View Herald TranscriptNov 21 2019, 5:21 AM2019-11-21 05:21:11 (UTC+0) Harbormaster completed remote builds in B27675: Diff 64663.Nov 21 2019, 5:21 AM2019-11-21 05:21:11 (UTC+0) Comment Actions 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 PM2019-11-21 23:28:43 (UTC+0) Comment Actions
Yeah, I've noticed. :-/ This revision now requires review to proceed.Nov 22 2019, 4:38 PM2019-11-22 16:38:48 (UTC+0) Harbormaster completed remote builds in B27717: Diff 64731.Nov 22 2019, 4:38 PM2019-11-22 16:38:52 (UTC+0) Comment Actions
Isn't it a nice lab assistant? ;) This revision is now accepted and ready to land.Nov 22 2019, 4:51 PM2019-11-22 16:51:34 (UTC+0) Closed by commit rS355006: Add and document options to allow rpc.lockd and rpc.statd to run in the (authored by rpokala). · Explain WhyNov 22 2019, 4:53 PM2019-11-22 16:53:43 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 64731 usr.sbin/rpc.lockd/lockd.c
usr.sbin/rpc.lockd/rpc.lockd.8
usr.sbin/rpc.statd/rpc.statd.8
usr.sbin/rpc.statd/statd.c
|
Why is this needed?