]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/portsnap/portsnap/portsnap.8
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 .Pp
119 .Bl -tag -width "-f conffile"
120 .It fetch
121 Fetch a compressed snapshot of the ports tree, or update
122 the existing snapshot.
123 This command should only be used interactively; for
124 non-interactive use, you should use the
125 .Cm cron
126 command.
127 .It cron
128 Sleep a random amount of time between 1 and 3600 seconds,
129 then operate as if the
130 .Cm fetch
131 command was specified.
132 As the name suggests, this command is designed for running
133 from
134 .Xr cron 8 ;
135 the random delay serves to minimize the probability that
136 a large number of machines will simultaneously attempt to
137 fetch updates.
138 .It extract
139 Extract a ports tree, replacing existing files and directories.
140 NOTE: This will remove anything occupying the location where
141 files or directories are being extracted; in particular, any
142 changes made locally to the ports tree (for example, adding new
143 patches) will be silently obliterated.
144 .Pp
145 Only run this command to initialize your portsnap-maintained
146 ports tree for the first time, if you wish to start over with
147 a clean, completely unmodified tree, or if you wish to extract
148 a specific part of the tree (using the
149 .Ar path
150 option).
151 .It update
152 Update a ports tree extracted using the
153 .Cm extract
154 command.
155 You must run this command to apply changes to your ports tree
156 after downloading updates via the
157 .Cm fetch
158 or
159 .Cm cron
160 commands.
161 Again, note that in the parts of the ports tree which are being
162 updated, any local changes or additions will be removed.
163 .El
164 .Sh TIPS
165 .Bl -bullet
166 .It
167 If your clock is set to local time, adding the line
168 .Pp
169 .Dl 0 3 * * * root /usr/sbin/portsnap cron
170 .Pp
171 to /etc/crontab is a good way to make sure you always have
172 an up-to-date snapshot of the ports tree available which
173 can quickly be extracted into
174 .Pa /usr/ports .
175 If your clock is set to UTC, please pick a random time other
176 than 3AM, to avoid overly imposing an uneven load on the
177 server(s) hosting the snapshots.
178 .It
179 Running
180 .Nm
181 .Cm update
182 from
183 .Xr cron 8
184 is a bad idea -- if you are ever installing or updating a
185 port at the time the cron job runs, you will probably end up
186 in a mess when
187 .Nm
188 updates or removes files which are being used by the port
189 build.
190 However, running
191 .Nm
192 .Fl I
193 .Cm update
194 is probably safe, and can be used together with
195 .Xr portversion 1
196 to identify installed software which is out of date.
197 .It
198 If you wish to use
199 .Nm
200 to keep a large number of machines up to date, you may wish
201 to set up a caching HTTP proxy.
202 Since
203 .Nm
204 uses
205 .Xr fetch 1
206 to download updates, setting the
207 .Ev HTTP_PROXY
208 environment variable will direct it to fetch updates from
209 the given proxy.
210 This is much more efficient than
211 .Em mirroring
212 the files on the portsnap server, since the vast majority
213 of files are not needed by any particular client.
214 .El
215 .Sh PRIVACY NOTICE
216 As an unavoidable part of its operation, a machine running
217 .Nm
218 will make its public IP address and the list of files it fetches
219 available to the server from which it fetches updates.
220 Using these it may be possible to recognize a machine over an extended
221 period of time, determine when it is updated, and identify which
222 portions of the FreeBSD ports tree, if any, are being ignored using
223 "REFUSE" directives in
224 .Pa portsnap.conf .
225 In addition, the FreeBSD release level is transmitted to the server.
226 .Pp
227 Statistical data generated from information collected in this manner
228 may be published, but only in aggregate and after anonymizing the
229 individual systems.
230 .Sh FILES
231 .Bl -tag -width "/etc/portsnap.conf"
232 .It /etc/portsnap.conf
233 Default location of the portsnap configuration file.
234 .It /var/db/portsnap
235 Default location where compressed snapshots are stored.
236 .It /usr/ports
237 Default location where the ports tree is extracted.
238 .El
239 .Sh SEE ALSO
240 .Xr fetch 1 ,
241 .Xr sha256 1 ,
242 .Xr fetch 3 ,
243 .Xr portsnap.conf 5
244 .Sh AUTHORS
245 .An Colin Percival Aq cperciva@FreeBSD.org