summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/idmapd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/idmapd')
-rwxr-xr-xetc/rc.d/idmapd18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/rc.d/idmapd b/etc/rc.d/idmapd
deleted file mode 100755
index 4c90fd4..0000000
--- a/etc/rc.d/idmapd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: idmapd
-# REQUIRE: rpcbind
-# KEYWORD: nojail shutdown
-
-. /etc/rc.subr
-
-name="idmapd"
-
-load_rc_config $name
-rcvar="idmapd_enable"
-command="${idmapd:-/sbin/${name}}"
-eval ${name}_flags=\"${idmapd_flags}\"
-run_rc_command "$1"
OpenPOWER on IntegriCloud