FreeBSD Bugzilla – Attachment 8236 Details for
Bug 17330
a bug in the routine reading rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 324 bytes, created by
mellon
on 2000-03-12 02:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mellon
Created:
2000-03-12 02:50:01 UTC
Size:
324 bytes
patch
obsolete
>--- /usr/src/usr.sbin/kbdmap/kbdmap.pl Sat Aug 28 01:16:39 1999 >+++ /usr/sbin/kbdmap Sun Mar 12 04:38:02 2000 >@@ -86,7 +86,7 @@ > while(<F>) { > /^#/ && next; > if (/^\s*font[0-9]+x[0-9]+\s*=\s*(\S+)/) { >- $font_current = $1 if $1 ne "NO"; >+ ($font_current = $1) =~ s/"//g if $1 ne "NO"; > } > } > close F;
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 17330
: 8236