| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/rpcbind/ |
| H A D | init.d | 3 # 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 D | 0001-systemd-use-EnvironmentFile.patch | 12 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 D | rpcbind_add_option_to_fix_port_number.patch | 6 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 D | rpcbind_1.2.6.bb | 2 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 D | mountnfs.sh | 24 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 D | rpcbind.mk | 8 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 D | Config.in | 2 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 D | S30rpcbind | 9 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 D | rpcbind.hash | 2 sha256 5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de rpcbind-1.2.6.tar.bz2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | run-ptest | 49 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 D | openl2tpd.service | 3 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 D | nfs-statd.service | 5 Requires=nss-lookup.target rpcbind.service 6 After=network.target nss-lookup.target rpcbind.service
|
| H A D | nfs-server.service | 6 Wants=rpcbind.service 8 After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
|
| H A D | nfs-mountd.service | 4 After=rpcbind.socket
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool.service | 3 Requires=rpcbind.service 4 After=rpcbind.service
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/ |
| H A D | netkit-rusers_0.17.bb | 7 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 D | tcpdchk_libwrapped.patch | 36 - inet_set("rpcbind", WR_NOT);
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu-export-rootfs | 83 RPCBIND_RUNNING=`ps -ef | grep rpcbind | grep -v grep`
|
| /OK3568_Linux_fs/buildroot/package/nfs-utils/ |
| H A D | Config.in | 7 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 D | rpc | 5 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 D | rpc | 5 portmapper 100000 portmap sunrpc rpcbind
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/packagegroups/ |
| H A D | packagegroup-core-full-cmdline.bb | 95 ${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'nfs-utils rpcbind', '', d)} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
| H A D | ippool_1.3.bb | 39 RDEPENDS:${PN} = "rpcbind"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/ |
| H A D | nfs-utils_2.6.1.bb | 89 RDEPENDS:${PN}-client = "${PN}-mount rpcbind"
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | xprt.h | 138 void (*rpcbind)(struct rpc_task *task); member
|