From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 20:50:17 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39014106566B for ; Fri, 29 Apr 2011 20:50:17 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id E865E8FC08 for ; Fri, 29 Apr 2011 20:50:16 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAHEju02DaFvO/2dsb2JhbACEUKI4pjWNApEGgSmDVIEBBI5ojjY X-IronPort-AV: E=Sophos;i="4.64,289,1301889600"; d="scan'208";a="119963595" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 29 Apr 2011 16:50:15 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 0015DB3F33 for ; Fri, 29 Apr 2011 16:50:15 -0400 (EDT) Date: Fri, 29 Apr 2011 16:50:15 -0400 (EDT) From: Rick Macklem To: FreeBSD Current Message-ID: <355843141.794117.1304110215940.JavaMail.root@erie.cs.uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.201] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Subject: deleting an old file during install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 20:50:17 -0000 Hi, With the NFS client switchover, the link to mount_nfs called mount_newnfs is no longer used. Can I just make an entry in head/ObsoleteFiles.inc for this, so it is deleted during an install or is there a better way? Also, is it ok to do this without MFCing it, since it should only apply to head? Thanks in advance for any info, rick