From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 04:39:16 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 7B49D16A4CF for ; Sun, 2 Jan 2005 04:39:16 +0000 (GMT) Received: from knife.dreamhost.com (knife.dreamhost.com [66.33.219.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F38D43D2F for ; Sun, 2 Jan 2005 04:39:16 +0000 (GMT) (envelope-from lists@tntluoma.com) Received: from [192.168.2.103] (dialup-4.252.226.253.Dial1.Cincinnati1.Level3.net [4.252.226.253]) by knife.dreamhost.com (Postfix) with ESMTP id 2B941E4677 for ; Sat, 1 Jan 2005 20:39:15 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <3D374C4E-5C78-11D9-A9DC-000D93AD26C8@tntluoma.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Timothy Luoma Date: Sat, 1 Jan 2005 23:39:07 -0500 X-Mailer: Apple Mail (2.619) Subject: 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:39:16 -0000 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/ In fact, these are the only references to MAKEDEV on the entire machine: $ locate MAKEDEV /usr/ports/emulators/svr4_base/files/SVR4_MAKEDEV /usr/ports/net/rboot/files/patch-dev::MAKEDEV /usr/share/man/man8/MAKEDEV.8.gz /usr/src/share/man/man8/MAKEDEV.8 This seems fairly odd to me. How I can acquire MAKEDEV for this system (FreeBSD 5.3/Intel)? Thanks! TjL