Split some paragraphs/strings into two so the print output does not
flow off page.
This commit is contained in:
parent
522ebcef48
commit
cea250d5cb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10982
1 changed files with 12 additions and 6 deletions
|
@ -1529,8 +1529,9 @@ Exports list on foobar:
|
|||
<literal>option option-128 "...</literal>, which does not
|
||||
seem to work any more.</para>
|
||||
<para><filename>/etc/bootptab</filename> would use the
|
||||
following syntax instead:
|
||||
<literal>T128="192.168.4.4:/netswapvolume/netswap":T129=64000
|
||||
following syntax instead:</para>
|
||||
|
||||
<para><literal>T128="192.168.4.4:/netswapvolume/netswap":T129=64000
|
||||
</literal></para>
|
||||
</step>
|
||||
|
||||
|
@ -2967,7 +2968,9 @@ ellington&prompt.user; <userinput>ypcat -k netgroup.byuser</userinput></screen>
|
|||
|
||||
<para>This can be achieved by adding another line to
|
||||
<filename>/etc/master.passwd</filename>. This line should
|
||||
contain <literal>+:::::::::/sbin/nologin</literal>, meaning
|
||||
contain:</para>
|
||||
|
||||
<para><literal>+:::::::::/sbin/nologin</literal>, meaning
|
||||
<quote>Import all entries but replace the shell with
|
||||
<filename>/sbin/nologin</filename> in the imported
|
||||
entries</quote>. You can replace any field
|
||||
|
@ -4520,10 +4523,13 @@ driftfile /var/db/ntp.drift</programlisting>
|
|||
directives in <filename>/etc/ppp/ppp.conf</filename>. For
|
||||
example:</para>
|
||||
|
||||
<programlisting> set filter dial 0 deny udp src eq 123 # Prevent NTP traffic from initiating dial out
|
||||
<programlisting> set filter dial 0 deny udp src eq 123
|
||||
# Prevent NTP traffic from initiating dial out
|
||||
set filter dial 1 permit 0 0
|
||||
set filter alive 0 deny udp src eq 123 # Prevent incoming NTP traffic from keeping the connection open
|
||||
set filter alive 1 deny udp dst eq 123 # Prevent outgoing NTP traffic from keeping the connection open
|
||||
set filter alive 0 deny udp src eq 123
|
||||
# Prevent incoming NTP traffic from keeping the connection open
|
||||
set filter alive 1 deny udp dst eq 123
|
||||
# Prevent outgoing NTP traffic from keeping the connection open
|
||||
set filter alive 2 permit 0/0 0/0</programlisting>
|
||||
|
||||
<para>For more details see the <literal>PACKET
|
||||
|
|
Loading…
Reference in a new issue