Home
last modified time | relevance | path

Searched refs:rpcbind (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Dinit.d3 # start/stop rpcbind daemon.
6 # Provides: rpcbind
12 # Description: rpcbind is a server that converts RPC (Remote
22 test -f /sbin/rpcbind || exit 0
25 if [ -f /etc/default/rpcbind ]
27 . /etc/default/rpcbind
28 elif [ -f /etc/rpcbind.conf ]
30 . /etc/rpcbind.conf
36 if pidof /sbin/rpcbind >/dev/null; then
40 start-stop-daemon --start --quiet --exec /sbin/rpcbind -- "$@"
[all …]
H A D0001-systemd-use-EnvironmentFile.patch12 systemd/rpcbind.service.in | 2 +-
26 AC_OUTPUT([Makefile systemd/rpcbind.service])
27 diff --git a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
29 --- a/systemd/rpcbind.service.in
30 +++ b/systemd/rpcbind.service.in
31 @@ -11,7 +11,7 @@ Wants=rpcbind.target
36 +EnvironmentFile=-@_sysconfdir@/rpcbind.conf
37 ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
H A Drpcbind_add_option_to_fix_port_number.patch6 Upstream-Status: Submitted [https://sourceforge.net/p/rpcbind/discussion/716839/thread/32af721d/]
12 man/rpcbind.8 | 4 +++-
14 src/rpcbind.c | 8 ++++++--
17 diff --git a/man/rpcbind.8 b/man/rpcbind.8
19 --- a/man/rpcbind.8
20 +++ b/man/rpcbind.8
88 diff --git a/src/rpcbind.c b/src/rpcbind.c
90 --- a/src/rpcbind.c
91 +++ b/src/rpcbind.c
123 - fprintf(stderr, "usage: rpcbind [-adhilswf]\n");
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/
H A Drpcbind_1.2.6.bb2 DESCRIPTION = "The rpcbind utility is a server that converts RPC \
5 HOMEPAGE = "http://sourceforge.net/projects/rpcbind/"
13 SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
15 file://rpcbind.conf \
26 INITSCRIPT_NAME = "rpcbind"
29 SYSTEMD_SERVICE:${PN} = "rpcbind.service rpcbind.socket"
49 ${WORKDIR}/init.d > ${D}${sysconfdir}/init.d/rpcbind
50 chmod 0755 ${D}${sysconfdir}/init.d/rpcbind
51 install -m 0644 ${WORKDIR}/rpcbind.conf ${D}${sysconfdir}/rpcbind.conf
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dmountnfs.sh24 rpcbind=no
50 rpcbind=yes
70 if test "$rpcbind" = yes
72 if test -x /usr/sbin/rpcbind
74 service rpcbind status > /dev/null
77 start-stop-daemon --start --quiet --exec /usr/sbin/rpcbind
/OK3568_Linux_fs/buildroot/package/rpcbind/
H A Drpcbind.mk8 RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
9 RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
13 RPCBIND_SELINUX_MODULES = rpcbind
29 $(INSTALL) -m 0755 -D package/rpcbind/S30rpcbind \
H A DConfig.in2 bool "rpcbind"
9 The rpcbind utility is a server that converts RPC program
12 https://sourceforge.net/projects/rpcbind/
14 comment "rpcbind needs a toolchain w/ threads"
H A DS30rpcbind9 start-stop-daemon -S -q -p /var/run/rpcbind.pid --exec /usr/sbin/rpcbind
14 start-stop-daemon -K -q -p /var/run/rpcbind.pid
H A Drpcbind.hash2 sha256 5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de rpcbind-1.2.6.tar.bz2
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest49 systemctl status rpcbind > /dev/null || systemctl start rpcbind > /dev/null
52 which systemctl > /dev/null && systemctl status rpcbind > /dev/null || service rpcbind status > /de…
H A Dopenl2tpd.service3 After=network.target remote-fs.target nss-lookup.target rpcbind.target
4 Requires=rpcbind.service
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfs-statd.service5 Requires=nss-lookup.target rpcbind.service
6 After=network.target nss-lookup.target rpcbind.service
H A Dnfs-server.service6 Wants=rpcbind.service
8 After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
H A Dnfs-mountd.service4 After=rpcbind.socket
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool.service3 Requires=rpcbind.service
4 After=rpcbind.service
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/
H A Dnetkit-rusers_0.17.bb7 DEPENDS = " tcp-wrappers libtirpc rpcbind rpcsvc-proto rpcsvc-proto-native"
68 RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dtcpdchk_libwrapped.patch36 - inet_set("rpcbind", WR_NOT);
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-export-rootfs83 RPCBIND_RUNNING=`ps -ef | grep rpcbind | grep -v grep`
/OK3568_Linux_fs/buildroot/package/nfs-utils/
H A DConfig.in7 depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc, rpcbind
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/etc/
H A Drpc5 portmapper 100000 portmap sunrpc rpcbind
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/etc/
H A Drpc5 portmapper 100000 portmap sunrpc rpcbind
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-full-cmdline.bb95 ${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'nfs-utils rpcbind', '', d)} \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/
H A Dippool_1.3.bb39 RDEPENDS:${PN} = "rpcbind"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/
H A Dnfs-utils_2.6.1.bb89 RDEPENDS:${PN}-client = "${PN}-mount rpcbind"
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h138 void (*rpcbind)(struct rpc_task *task); member

12