FreeBSD Bugzilla – Attachment 24677 Details for
Bug 42158
[PATCH] use real quotes in <programlisting> elements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.05 KB, created by
Martin Heinen
on 2002-08-29 11:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Heinen
Created:
2002-08-29 11:20:02 UTC
Size:
2.05 KB
patch
obsolete
>Index: handbook/linuxemu/chapter.sgml >=================================================================== >RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v >retrieving revision 1.75 >diff -u -r1.75 chapter.sgml >--- handbook/linuxemu/chapter.sgml 18 Aug 2002 16:47:20 -0000 1.75 >+++ handbook/linuxemu/chapter.sgml 29 Aug 2002 10:05:05 -0000 >@@ -122,7 +122,7 @@ > then you should add the following line to > <filename>/etc/rc.conf</filename>:</para> > >- <programlisting>linux_enable=<quote>YES</quote></programlisting> >+ <programlisting>linux_enable="YES"</programlisting> > > <para>This, in turn, triggers the following action in > <filename>/etc/rc.i386</filename>:</para> >Index: handbook/ppp-and-slip/chapter.sgml >=================================================================== >RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v >retrieving revision 1.88 >diff -u -r1.88 chapter.sgml >--- handbook/ppp-and-slip/chapter.sgml 27 Aug 2002 18:08:01 -0000 1.88 >+++ handbook/ppp-and-slip/chapter.sgml 29 Aug 2002 10:03:50 -0000 >@@ -2384,7 +2384,7 @@ > <para>Set your hostname by editing the line that > says:</para> > >- <programlisting>hostname=<quote>myname.my.domain</quote></programlisting> >+ <programlisting>hostname="myname.my.domain"</programlisting> > > <para>Your machine's full Internet hostname should be > placed here.</para> >@@ -2399,7 +2399,7 @@ > > <para>to:</para> > >- <programlisting>network_interfaces=<quote>lo0 sl0</quote></programlisting> >+ <programlisting>network_interfaces="lo0 sl0"</programlisting> > </listitem> > > <listitem> >@@ -2414,11 +2414,11 @@ > <para>Designate the default router by changing the > line:</para> > >- <programlisting>defaultrouter=<quote>NO</quote></programlisting> >+ <programlisting>defaultrouter="NO"</programlisting> > > <para>to:</para> > >- <programlisting>defaultrouter=<quote>slip-gateway</quote></programlisting> >+ <programlisting>defaultrouter="slip-gateway"</programlisting> > </listitem> > </orderedlist> > </step>
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 42158
: 24677