Page MenuHomeFreeBSD

rpcbind: Add flag for foreground mode
ClosedPublic

Authored by stevek on Aug 31 2023, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 27 2024, 7:33 PM
Unknown Object (File)
Nov 5 2024, 3:20 AM
Unknown Object (File)
Nov 5 2024, 3:20 AM
Unknown Object (File)
Nov 5 2024, 3:20 AM
Unknown Object (File)
Nov 5 2024, 3:09 AM
Unknown Object (File)
Oct 28 2024, 10:33 AM
Unknown Object (File)
Oct 23 2024, 10:35 AM
Unknown Object (File)
Oct 23 2024, 10:35 AM
Subscribers

Details

Summary

Added the -N flag to enable foreground mode.

It is useful to be able to run rpcbind in foreground mode when
starting from a launcher applications. The existing debug flag
is not sufficient as it enables additional debug messages.

Update man page to document the added flag.

Obtained from: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This seems fine.

usr.sbin/rpcbind/rpcbind.8
125

The more typical flag I think is -d, but that's not available...

This revision is now accepted and ready to land.Sep 15 2023, 5:42 PM
In D41674#954474, @imp wrote:

This seems fine.

usr.sbin/rpcbind/rpcbind.8
125

Juniper had used -N for years because 3rd party applications often will use -d for a "debug" flag.

This revision was automatically updated to reflect the committed changes.