/dev/cfs* for Coda.
This commit is contained in:
parent
567df41ca2
commit
86c53e4e63
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.71 1998/08/13 12:44:11 augustss Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.72 1998/09/14 16:06:27 phil Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -92,6 +92,7 @@
|
||||
# ss* SCSI scanner
|
||||
# uk* SCSI unknown
|
||||
# ch* SCSI changer
|
||||
# cfs* Coda file system device
|
||||
#
|
||||
|
||||
dialin=0
|
||||
@ -517,6 +518,16 @@ random)
|
||||
chmod 644 urandom
|
||||
;;
|
||||
|
||||
cfs*)
|
||||
unit=${i#cfs}
|
||||
cfs=cfs$unit
|
||||
major=60
|
||||
rm -f $cfs
|
||||
mknod $cfs c $major $unit
|
||||
chown root.wheel $cfs
|
||||
chmod 600 $cfs
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0
|
||||
sh $0.local all
|
||||
|
Loading…
Reference in New Issue
Block a user