From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 04:47:02 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EB216A4CE for ; Sun, 2 Jan 2005 04:47:02 +0000 (GMT) Received: from lp1001.snu.ac.kr (lp1001.snu.ac.kr [147.46.70.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B600A43D2F for ; Sun, 2 Jan 2005 04:47:01 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [IPv6:::1] (localhost [127.0.0.1]) (authenticated (0 bits)) by lp1001.snu.ac.kr (8.13.1/8.11.6) with ESMTP id j024ieEP013671; Sun, 2 Jan 2005 13:44:40 +0900 Message-ID: <41D77CC0.4090800@yahoo.com> Date: Sun, 02 Jan 2005 13:46:56 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20041226 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD , lists@tntluoma.com References: <3D374C4E-5C78-11D9-A9DC-000D93AD26C8@tntluoma.com> In-Reply-To: <3D374C4E-5C78-11D9-A9DC-000D93AD26C8@tntluoma.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: No MAKEDEV in /dev X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 04:47:02 -0000 Timothy Luoma wrote: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp- > troubleshoot.html tells me to use this command from /dev/: > > sh MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3 > > but there is no MAKEDEV in /dev/ > Usually there are two entries for this in the documentation, one for 4.X and another for 5.X systems. On 5.3, see 'man MAKEDEV' and 'man devfs', and find out that MAKEDEV is deprecated by devfs. Rob.