[Bug 235621] rpcbind script in /etc/rc.d lacks support for custom startup params

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 10 19:40:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235621

--- Comment #2 from Cy Schubert <cy at FreeBSD.org> ---
Are you sure this is needed? It already works without the patch.

slippy# grep rpcbind /etc/rc.conf
rpcbind_enable="YES"
rpcbind_program="/usr/sbin/rpcbind"     # path to rpcbind, if you want a
different one.
rpcbind_flags="-L"              # Flags to rpcbind (if enabled).
slippy# ps auxww | grep rpcbind | grep -v grep
root   1527   0.0  0.0   11520   2016  -  Ss   13:09      0:00.09
/usr/sbin/rpcbind -L
slippy#

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-rc mailing list