FreeBSD Bugzilla – Attachment 7412 Details for
Bug 16093
MAKEDEV doesnt create /dev nodes for IPFilter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 395 bytes, created by
josh
on 2000-01-13 01:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
josh
Created:
2000-01-13 01:10:00 UTC
Size:
395 bytes
patch
obsolete
>--- MAKEDEV Sat Jan 8 16:58:06 2000 >+++ MAKEDEV.new Wed Jan 12 19:55:45 2000 >@@ -1485,6 +1485,18 @@ > chmod 600 mlx$unit > ;; > >+# Create entries for IPFilter >+ipl) >+ mknod ipl c 79 0 >+ chmod 600 ipl >+ mknod ipnat c 79 1 >+ chmod 600 ipnat >+ mknod ipstate c 79 2 >+ chmod 600 ipstate >+ mknod ipauth c 79 3 >+ chmod 600 ipauth >+ ;; >+ > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16093
: 7412