From owner-cvs-user Mon Jun 5 18:30:12 1995 Return-Path: cvs-user-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA19380 for cvs-user-outgoing; Mon, 5 Jun 1995 18:30:12 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA19371 ; Mon, 5 Jun 1995 18:30:05 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA18136; Tue, 6 Jun 1995 11:26:55 +1000 Date: Tue, 6 Jun 1995 11:26:55 +1000 From: Bruce Evans Message-Id: <199506060126.LAA18136@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com, jkh@freefall.cdrom.com Subject: Re: cvs commit: src/release/sysinstall install.c Sender: cvs-user-owner@freebsd.org Precedence: bulk > Also make the tun0 device! I forgot that it's not taken care > of by `MAKEDEV all'. Perhaps you naively believed the documentation :-). MAKEDEV.8 is 3 years out of date and doesn't mention `all'. /dev/MAKEDEV says that `all' makes all known devices. The real documentation is in the code in /dev/MAKEDEV. `all' only makes the most common devices. Bruce