On Mon, 8 May 2000, Warner Losh wrote:

> In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to