From ccb17e335aed123268303ae81de1b71c1340a1e7 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 22 May 2009 12:35:12 +0000 Subject: 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 --- etc/rc.d/idmapd | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 etc/rc.d/idmapd (limited to 'etc') 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" -- cgit v1.1