FreeBSD Bugzilla – Attachment 12933 Details for
Bug 24781
MAKEDEV: rast* -> ast*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 770 bytes, created by
Christian Weisgerber
on 2001-02-01 14:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2001-02-01 14:40:01 UTC
Size:
770 bytes
patch
obsolete
>Index: MAKEDEV >=================================================================== >RCS file: /home/ncvs/src/etc/MAKEDEV,v >retrieving revision 1.286 >diff -u -r1.286 MAKEDEV >--- MAKEDEV 2001/01/26 01:13:29 1.286 >+++ MAKEDEV 2001/02/01 13:58:12 >@@ -810,10 +810,12 @@ > chr=119 > case $unit in > 0|1|2|3) >- mknod rast${unit} c $chr `expr $unit '*' 8 + 0` root:operator >- chmod 640 rast${unit} >- mknod nrast${unit} c $chr `expr $unit '*' 8 + 1` root:operator >- chmod 640 nrast${unit} >+ mknod ast${unit} c $chr `expr $unit '*' 8 + 0` root:operator >+ chmod 640 ast${unit} >+ ln -f ast${unit} rast${unit} >+ mknod nast${unit} c $chr `expr $unit '*' 8 + 1` root:operator >+ chmod 640 nast${unit} >+ ln -f nast${unit} nrast${unit} > ;; > *) > echo bad unit for tape in: $i
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24781
: 12933