]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/portsnap/portsnap/portsnap.8
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.sbin / portsnap / portsnap / portsnap.8
1 .\"-
2 .\" Copyright 2004-2005 Colin Percival
3 .\" All rights reserved
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted providing that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
18 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
23 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24 .\" POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD$
27 .\"
28 .Dd September 15, 2008
29 .Dt PORTSNAP 8
30 .Os FreeBSD
31 .Sh NAME
32 .Nm portsnap
33 .Nd fetch and extract compressed snapshots of the ports tree
34 .Sh SYNOPSIS
35 .Nm
36 .Op Fl I
37 .Op Fl d Ar workdir
38 .Op Fl f Ar conffile
39 .Op Fl k Ar KEY
40 .Op Fl l Ar descfile
41 .Op Fl p Ar portsdir
42 .Op Fl s Ar server
43 .Cm command ...
44 .Op Ar path
45 .Sh DESCRIPTION
46 The
47 .Nm
48 tool is used to fetch and update compressed snapshots
49 of the
50 .Fx
51 ports tree, and extract and update an
52 uncompressed ports tree.
53 .Pp
54 In a normal update operation,
55 .Nm
56 will routinely restore modified files to their unmodified state and
57 delete unrecognized local files.
58 This behavior is different to
59 .Xr cvs 1
60 and
61 .Xr cvsup 1 .
62 .Sh OPTIONS
63 The following options are supported:
64 .Bl -tag -width "-f conffile"
65 .It Fl d Ar workdir
66 Store working files (e.g.\& downloaded updates) in
67 .Ar workdir .
68 (default:
69 .Pa /var/db/portsnap ,
70 or as given in the configuration file.)
71 .It Fl f Ar conffile
72 Read the configuration from
73 .Ar conffile .
74 (default:
75 .Pa /etc/portsnap.conf )
76 .It Fl I
77 For the
78 .Cm update
79 command, update INDEX files, but not the rest of the ports tree.
80 .It Fl k Ar KEY
81 Expect a public key with given SHA256 hash.
82 (default: read value from configuration file.)
83 .It Fl l Ar descfile
84 Merge the specified local describes file into the INDEX files being
85 built.
86 The
87 .Ar descfile
88 should be generated by running
89 .Cm make describe
90 in each of the local port directories.
91 .It Fl p Ar portsdir
92 When extracting or updating an uncompressed snapshot,
93 operate on the directory
94 .Ar portsdir .
95 (default:
96 .Pa /usr/ports/ ,
97 or as given in the configuration file.)
98 .It Fl s Ar server
99 Fetch files from the specified server or server pool.
100 (default: portsnap.FreeBSD.org, or as given in the
101 configuration file.)
102 .It path
103 For
104 .Cm extract
105 command only, operate only on parts of the ports tree starting with
106 .Ar path .
107 (e.g.\&
108 .Nm
109 .Cm extract
110 .Ar sysutils/port
111 would extract sysutils/portsman, sysutils/portsnap,
112 sysutils/portupgrade, etc.)
113 .El
114 .Sh COMMANDS
115 The
116 .Cm command
117 can be any one of the following:
118 .Bl -tag -width "-f conffile"
119 .It fetch
120 Fetch a compressed snapshot of the ports tree, or update
121 the existing snapshot.
122 This command should only be used interactively; for
123 non-interactive use, you should use the
124 .Cm cron
125 command.
126 .It cron
127 Sleep a random amount of time between 1 and 3600 seconds,
128 then operate as if the
129 .Cm fetch
130 command was specified.
131 As the name suggests, this command is designed for running
132 from
133 .Xr cron 8 ;
134 the random delay serves to minimize the probability that
135 a large number of machines will simultaneously attempt to
136 fetch updates.
137 .It extract
138 Extract a ports tree, replacing existing files and directories.
139 NOTE: This will remove anything occupying the location where
140 files or directories are being extracted; in particular, any
141 changes made locally to the ports tree (for example, adding new
142 patches) will be silently obliterated.
143 .Pp
144 Only run this command to initialize your portsnap-maintained
145 ports tree for the first time, if you wish to start over with
146 a clean, completely unmodified tree, or if you wish to extract
147 a specific part of the tree (using the
148 .Ar path
149 option).
150 .It update
151 Update a ports tree extracted using the
152 .Cm extract
153 command.
154 You must run this command to apply changes to your ports tree
155 after downloading updates via the
156 .Cm fetch
157 or
158 .Cm cron
159 commands.
160 Again, note that in the parts of the ports tree which are being
161 updated, any local changes or additions will be removed.
162 .El
163 .Sh TIPS
164 .Bl -bullet
165 .It
166 If your clock is set to local time, adding the line
167 .Pp
168 .Dl 0 3 * * * root /usr/sbin/portsnap cron
169 .Pp
170 to /etc/crontab is a good way to make sure you always have
171 an up-to-date snapshot of the ports tree available which
172 can quickly be extracted into
173 .Pa /usr/ports .
174 If your clock is set to UTC, please pick a random time other
175 than 3AM, to avoid overly imposing an uneven load on the
176 server(s) hosting the snapshots.
177 .It
178 Running
179 .Nm
180 .Cm update
181 from
182 .Xr cron 8
183 is a bad idea -- if you are ever installing or updating a
184 port at the time the cron job runs, you will probably end up
185 in a mess when
186 .Nm
187 updates or removes files which are being used by the port
188 build.
189 However, running
190 .Nm
191 .Fl I
192 .Cm update
193 is probably safe, and can be used together with
194 .Xr portversion 1
195 to identify installed software which is out of date.
196 .It
197 If you wish to use
198 .Nm
199 to keep a large number of machines up to date, you may wish
200 to set up a caching HTTP proxy.
201 Since
202 .Nm
203 uses
204 .Xr fetch 1
205 to download updates, setting the
206 .Ev HTTP_PROXY
207 environment variable will direct it to fetch updates from
208 the given proxy.
209 This is much more efficient than
210 .Em mirroring
211 the files on the portsnap server, since the vast majority
212 of files are not needed by any particular client.
213 .El
214 .Sh PRIVACY NOTICE
215 As an unavoidable part of its operation, a machine running
216 .Nm
217 will make its public IP address and the list of files it fetches
218 available to the server from which it fetches updates.
219 Using these it may be possible to recognize a machine over an extended
220 period of time, determine when it is updated, and identify which
221 portions of the FreeBSD ports tree, if any, are being ignored using
222 "REFUSE" directives in
223 .Pa portsnap.conf .
224 In addition, the FreeBSD release level is transmitted to the server.
225 .Pp
226 Statistical data generated from information collected in this manner
227 may be published, but only in aggregate and after anonymizing the
228 individual systems.
229 .Sh FILES
230 .Bl -tag -width "/etc/portsnap.conf"
231 .It /etc/portsnap.conf
232 Default location of the portsnap configuration file.
233 .It /var/db/portsnap
234 Default location where compressed snapshots are stored.
235 .It /usr/ports
236 Default location where the ports tree is extracted.
237 .El
238 .Sh SEE ALSO
239 .Xr fetch 1 ,
240 .Xr sha256 1 ,
241 .Xr fetch 3 ,
242 .Xr portsnap.conf 5
243 .Sh AUTHORS
244 .An Colin Percival Aq cperciva@FreeBSD.org