From owner-freebsd-current Mon May 8 16:25:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D92B37B64A; Mon, 8 May 2000 16:25:26 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id QAA26828; Mon, 8 May 2000 16:24:04 -0700 Date: Mon, 8 May 2000 16:25:13 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Warner Losh Cc: Christian Weisgerber , freebsd-current@FreeBSD.ORG, "David O'Brien" Subject: Re: Undocumented tape devices in pax(1) In-Reply-To: <200005082142.PAA80155@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 8 May 2000, Warner Losh wrote: > In message Matthew Jacob writes: > : Oh, and in the updating of this, don't forget the FreeBSD usage of .ctl for > : tape devices- as far as I know this is the only *BSD that has this. > > Which devices use .ctl? sa and ast don't seem to use them now (at the > very least they aren't created by MAKEDEV by default). Should be: sa*) umask $tape_umask unit=`expr $i : '..\(.*\)'` chr=14 case $unit in [0-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]) >>> mknod rsa${unit}.ctl c $chr `saminor 1 ${unit} 0 0` for m in 0 1 2 3 .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message