Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: rsync.xml
Date: Mon, 07 Nov 2005 11:54:29
Message-Id: 200511071154.jA7BsGLm021273@robin.gentoo.org
1 neysx 05/11/07 11:54:16
2
3 Modified: xml/htdocs/doc/en rsync.xml
4 Log:
5 #111691 Improved markup
6
7 Revision Changes Path
8 1.42 +11 -11 xml/htdocs/doc/en/rsync.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo
13
14 Index: rsync.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v
17 retrieving revision 1.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- rsync.xml 7 Nov 2005 11:47:06 -0000 1.41
21 +++ rsync.xml 7 Nov 2005 11:54:16 -0000 1.42
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.41 2005/11/07 11:47:06 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.42 2005/11/07 11:54:16 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/rsync.xml">
29 @@ -18,8 +18,8 @@
30
31 <license/>
32
33 -<version>1.11</version>
34 -<date>2005-04-24</date>
35 +<version>1.12</version>
36 +<date>2005-11-07</date>
37
38 <chapter>
39 <title>Hardware Request</title>
40 @@ -283,12 +283,12 @@
41 <body>
42
43 <p>
44 -A: netselect was designed to do this for you. If you haven't already run
45 +A: <c>netselect</c> was designed to do this for you. If you haven't already run
46 <c>emerge netselect</c> then do it. Then run: <c>netselect rsync.gentoo.org</c>.
47 After a minute or so netselect will print an IP address. Take this address and
48 use it as the only parameter for rsync with two colons appended to it. eg:
49 <c>rsync 1.2.3.4::</c>. You should be able to find out which mirror that is
50 -from the banner message. Update your /etc/make.conf accordingly.
51 +from the banner message. Update your <path>/etc/make.conf</path> accordingly.
52 </p>
53
54 </body>
55 @@ -342,7 +342,7 @@
56 Right now, mirroring our Portage tree requires around 250Mb, so it isn't space
57 intensive; having at least 500Mb free should allow for growing room. Setting
58 up a Portage tree mirror is simple -- first, ensure that your mirror has rsync
59 -installed. Then, set up your rsyncd.conf file to look something like this:
60 +installed. Then, set up your <path>rsyncd.conf</path> file to look something like this:
61 </p>
62
63 <pre caption="rsyncd.conf">
64 @@ -431,7 +431,7 @@
65 </pre>
66
67 <p>
68 -Your rsyncd.motd should contain your IP address and other relevant information
69 +Your <path>rsyncd.motd</path> should contain your IP address and other relevant information
70 about your mirror, such as information about the host providing the Portage
71 mirror and an administrative contact. After you have been approved as an
72 official rsync mirror your host will be aliased with a name of the form:
73 @@ -460,7 +460,7 @@
74 following <uri link="/proj/en/infrastructure/mirrors/rsyncd.conf_pl.txt">perl
75 script</uri> which will scan through your rsync log files, pick out IP
76 addresses that have already connected more than <c>N</c> times that day and
77 -dynamically create a rsyncd.conf file, including the offending IP addresses in
78 +dynamically create a <path>rsyncd.conf</path> file, including the offending IP addresses in
79 the 'hosts deny' directive. The following line controls what <c>N</c> equals:
80 </p>
81
82 @@ -470,9 +470,9 @@
83
84 <p>
85 If you use this script, please remember to rotate your rsync log files daily
86 -and modify the script to match the location of your rsyncd.conf file. This
87 -script is tested on Gentoo Linux, but should work suitably on other arches that
88 -support both rsync and perl.
89 +and modify the script to match the location of your <path>rsyncd.conf</path>
90 +file. This script is tested on Gentoo Linux, but should work suitably on other
91 +arches that support both rsync and perl.
92 </p>
93
94 </body>
95
96
97
98 --
99 gentoo-doc-cvs@g.o mailing list