FreeBSD Bugzilla – Attachment 11542 Details for
Bug 22695
MAKEDEV has no entry for cfs0, the device needed for the coda client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
coda.patch.txt
coda.patch.txt (text/plain; charset=us-ascii), 798 bytes, created by
wolfieee
on 2001-01-27 16:25:19 UTC
(
hide
)
Description:
coda.patch.txt
Filename:
MIME Type:
Creator:
wolfieee
Created:
2001-01-27 16:25:19 UTC
Size:
798 bytes
patch
obsolete
>=================================================================== >RCS file: RCS/MAKEDEV,v >retrieving revision 1.1 >retrieving revision 1.2 >diff -c -r1.1 -r1.2 >*** MAKEDEV 2001/01/27 16:05:19 1.1 >--- MAKEDEV 2001/01/27 16:18:27 1.2 >*************** >*** 1588,1593 **** >--- 1588,1609 ---- > mknod tw$unit c 19 $unit root:operator > ;; > >+ #Start CODA >+ cfs) >+ sh MAKEDEV cfs0 >+ ;; >+ cfs?) >+ ncfs=`expr $i : 'cfs\(.*\)'` >+ unit=0 >+ while [ $unit -le $ncfs ]; do >+ echo -n "." >+ mknod cfs$unit c 93 $unit root:operator >+ unit=$(($unit + 1)) >+ done >+ echo >+ ;; >+ #End CODA >+ > local) > umask 0 # XXX should be elsewhere > sh MAKEDEV.local
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 22695
: 11542 |
11543