Date: Mon, 13 Jan 2014 21:20:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-doc@FreeBSD.org Subject: Re: docs/185752: commit references a PR Message-ID: <201401132120.s0DLK1Rr038850@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/185752; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/185752: commit references a PR Date: Mon, 13 Jan 2014 21:14:39 +0000 (UTC) Author: pluknet Date: Mon Jan 13 21:14:32 2014 New Revision: 43486 URL: http://svnweb.freebsd.org/changeset/doc/43486 Log: Fixed the default port of ctld(8). PR: docs/185752 Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Mon Jan 13 17:41:36 2014 (r43485) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Mon Jan 13 21:14:32 2014 (r43486) @@ -5835,7 +5835,7 @@ target iqn.2012-06.com.example:target0 { authentication. The following two lines make <link xlink:href="http://www.freebsd.org/cgi/man.cgi?query=ctld&sektion=8&manpath=FreeBSD+10-current">ctld(8)</link> listen on all <acronym>IPv4</acronym> (<literal>listen 0.0.0.0</literal>) and <acronym>IPv6</acronym> (<literal>listen [::]</literal>) addresses on the - default port (3560). It is not necessary to define + default port (3260). It is not necessary to define a new portal group; there is a default one, called <literal>default</literal>. The difference between <literal>default</literal> and <literal>pg0</literal> above is that with <literal>default</literal>, the <acronym>iSCSI</acronym> SendTargets discovery is _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401132120.s0DLK1Rr038850>