From owner-freebsd-current@FreeBSD.ORG Sat Feb 7 07:30:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA6E16A4CE for ; Sat, 7 Feb 2004 07:30:51 -0800 (PST) Received: from kai.xtaz.net (router.xtaz.net [82.68.183.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727F343D2F for ; Sat, 7 Feb 2004 07:30:51 -0800 (PST) (envelope-from matt@xtaz.net) Received: from xtaz.net (tao.xtaz.net [192.168.1.3]) by kai.xtaz.net (Postfix) with ESMTP id B84138FC1A for ; Sat, 7 Feb 2004 15:30:49 +0000 (GMT) Message-ID: <402504A8.4090407@xtaz.net> Date: Sat, 07 Feb 2004 15:30:48 +0000 From: Matt Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040204 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Removal of etc/rc.d/ttys X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 07 Feb 2004 15:30:51 -0000 Hi, Just to let you know that following the removal of etc/rc.d/ttys mergemaster errors with the following: cd /usr/src/etc/rc.d; make install make: don't know how to make ttys. Stop *** Error code 2 Stop in /usr/src/etc. *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the temproot environment This looks like it is because ttys is still mentioned in /usr/src/etc/rc.d/Makefile. I removed it from here and now mergemaster runs fine. Regards, Matt.