summaryrefslogtreecommitdiffstats
path: root/rules/rpcbind.in
blob: c1fc5dcc0003eac605943997fc84250368973710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=networking

menuconfig RPCBIND
	tristate
	select LIBTIRPC
	select SYSTEMD		if RPCBIND_SYSTEMD_UNIT
	prompt "rpcbind                       "
	help
	  converts RPC program numbers into universal addresses

if RPCBIND

config RPCBIND_RPCINFO
	bool
	prompt "install rpcinfo"

config RPCBIND_SYSTEMD_UNIT
	bool
	default y
	depends on INITMETHOD_SYSTEMD
	prompt "install systemd unit files"

endif