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)
Feb 16 2025, 3:58 AM
Unknown Object (File)
Feb 2 2025, 6:23 PM
Unknown Object (File)
Jan 27 2025, 1:40 PM
Unknown Object (File)
Jan 27 2025, 1:12 PM
Unknown Object (File)
Jan 26 2025, 10:52 PM
Unknown Object (File)
Jan 26 2025, 10:13 PM
Unknown Object (File)
Jan 25 2025, 8:02 PM
Unknown Object (File)
Jan 19 2025, 11:06 PM
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.