summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-05-22 12:35:12 +0000
committerrwatson <rwatson@FreeBSD.org>2009-05-22 12:35:12 +0000
commitccb17e335aed123268303ae81de1b71c1340a1e7 (patch)
treed3806d83b9761a1610e63824e4451e9628878f16 /etc
parenta75d175b4f1d7335efc89a91eac2db17f903ec5e (diff)
downloadFreeBSD-src-ccb17e335aed123268303ae81de1b71c1340a1e7.zip
FreeBSD-src-ccb17e335aed123268303ae81de1b71c1340a1e7.tar.gz
Remove the unmaintained University of Michigan NFSv4 client from 8.x
prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234 client and server are replacing it. Discussed with: rmacklem
Diffstat (limited to 'etc')
-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