summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/rpcbind
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/rpcbind')
-rwxr-xr-xetc/rc.d/rpcbind17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/rc.d/rpcbind b/etc/rc.d/rpcbind
new file mode 100755
index 0000000..1715975
--- /dev/null
+++ b/etc/rc.d/rpcbind
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: rpcbind,v 1.4 2000/07/26 00:11:49 lukem Exp $
+#
+
+# PROVIDE: rpcbind
+# REQUIRE: NETWORK ntpdate syslogd named ppp
+
+. /etc/rc.subr
+
+name="rpcbind"
+rcvar=$name
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+
+load_rc_config $name
+run_rc_command "$1"
OpenPOWER on IntegriCloud