FreeBSD Bugzilla – Attachment 3 Details for
Bug 36
MAKEDEV tty01 deletes cua01 and vice-versa
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 785 bytes, created by
kew
on 1994-12-01 13:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kew
Created:
1994-12-01 13:00:01 UTC
Size:
785 bytes
patch
obsolete
>--- MAKEDEV.orig Wed Nov 30 10:21:54 1994 >+++ MAKEDEV Wed Nov 30 10:25:25 1994 >@@ -422,7 +422,7 @@ > unit=`expr $i : 'tw\(.*\)'` > rm -f tw$unit > mknod tw$unit c 19 $unit >- chown root.wheel tw$unit >+ chown bin.bin tw$unit > ;; > > # hv 22-apr-93 use this to create the necessary video device for >@@ -466,7 +466,7 @@ > > cua0?|cua?|ttyd?) > unit=`expr $i : '...[d0]*\(.\)$'` >- rm -f tty*0$unit cua*0$unit tty*d$unit >+ rm -f cua*0$unit tty*d$unit > case $unit in > [0-9]) m=$unit;; > a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;; >@@ -487,7 +487,7 @@ > > tty0?|tty?) > unit=`expr $i : 'tty0*\(.\)$'` >- rm -f tty*0$unit cua*0$unit tty*d$unit >+ rm -f tty*0$unit > case $unit in > [0-9]) m=$unit;; > a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;;
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 36
: 3