"Fix potential security problem" :-)
This commit is contained in:
parent
7299e0152d
commit
65566c9fa3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6074
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD: doc/en_US.ISO_8859-1/articles/diskless-x/article.sgml,v 1.2 1999/09/06 06:52:36 peter Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||||
|
@ -161,7 +161,7 @@ Searching for server...</screen>
|
||||||
<para>Make sure the <filename>/etc/inetd.conf</filename> file has entries
|
<para>Make sure the <filename>/etc/inetd.conf</filename> file has entries
|
||||||
for tftp and bootps. Mine are listed below:</para>
|
for tftp and bootps. Mine are listed below:</para>
|
||||||
|
|
||||||
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd
|
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
|
||||||
#
|
#
|
||||||
# Additions by who ever you are
|
# Additions by who ever you are
|
||||||
bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</programlisting>
|
bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</programlisting>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD: doc/en_US.ISO_8859-1/articles/diskless-x/article.sgml,v 1.2 1999/09/06 06:52:36 peter Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||||
|
@ -161,7 +161,7 @@ Searching for server...</screen>
|
||||||
<para>Make sure the <filename>/etc/inetd.conf</filename> file has entries
|
<para>Make sure the <filename>/etc/inetd.conf</filename> file has entries
|
||||||
for tftp and bootps. Mine are listed below:</para>
|
for tftp and bootps. Mine are listed below:</para>
|
||||||
|
|
||||||
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd
|
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
|
||||||
#
|
#
|
||||||
# Additions by who ever you are
|
# Additions by who ever you are
|
||||||
bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</programlisting>
|
bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</programlisting>
|
||||||
|
|
Loading…
Reference in a new issue