Deleted Added
full compact
freebsd-update.8 (345802) freebsd-update.8 (352758)
1.\"-
2.\" Copyright 2006, 2007 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 unchanged lines hidden (view full) ---

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.\"
1.\"-
2.\" Copyright 2006, 2007 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 unchanged lines hidden (view full) ---

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: stable/11/usr.sbin/freebsd-update/freebsd-update.8 345802 2019-04-02 13:58:31Z emaste $
26.\" $FreeBSD: stable/11/usr.sbin/freebsd-update/freebsd-update.8 352758 2019-09-26 16:33:20Z grembo $
27.\"
27.\"
28.Dd June 14, 2017
28.Dd September 24, 2019
29.Dt FREEBSD-UPDATE 8
30.Os
31.Sh NAME
32.Nm freebsd-update
33.Nd fetch and install binary updates to FreeBSD
34.Sh SYNOPSIS
35.Nm
36.Op Fl b Ar basedir

--- 53 unchanged lines hidden (view full) ---

90Force
91.Nm Cm fetch
92to proceed in the case of an unfinished upgrade.
93.It Fl k Ar KEY
94Trust an RSA key with SHA256 of
95.Ar KEY .
96(default: read value from configuration file.)
97.It Fl r Ar newrelease
29.Dt FREEBSD-UPDATE 8
30.Os
31.Sh NAME
32.Nm freebsd-update
33.Nd fetch and install binary updates to FreeBSD
34.Sh SYNOPSIS
35.Nm
36.Op Fl b Ar basedir

--- 53 unchanged lines hidden (view full) ---

90Force
91.Nm Cm fetch
92to proceed in the case of an unfinished upgrade.
93.It Fl k Ar KEY
94Trust an RSA key with SHA256 of
95.Ar KEY .
96(default: read value from configuration file.)
97.It Fl r Ar newrelease
98Specify the new release (e.g. 11.2-RELEASE) to which
98Specify the new release (e.g., 11.2-RELEASE) to which
99.Nm
100should upgrade (upgrade command only).
101.It Fl s Ar server
102Fetch files from the specified server or server pool.
103(default: read value from configuration file.)
104.It Fl t Ar address
105Mail output of
106.Cm cron

--- 43 unchanged lines hidden (view full) ---

150Before using this command, make sure that you read the
151announcement and release notes for the new release in
152case there are any special steps needed for upgrading.
153Note that this command may require up to 500 MB of space in
154.Ar workdir
155depending on which components of the
156.Fx
157base system are installed.
99.Nm
100should upgrade (upgrade command only).
101.It Fl s Ar server
102Fetch files from the specified server or server pool.
103(default: read value from configuration file.)
104.It Fl t Ar address
105Mail output of
106.Cm cron

--- 43 unchanged lines hidden (view full) ---

150Before using this command, make sure that you read the
151announcement and release notes for the new release in
152case there are any special steps needed for upgrading.
153Note that this command may require up to 500 MB of space in
154.Ar workdir
155depending on which components of the
156.Fx
157base system are installed.
158.It Cm updatesready
159Check if there are fetched updates ready to install.
160Returns exit code 2 if there are no updates to install.
158.It Cm install
159Install the most recently fetched updates or upgrade.
161.It Cm install
162Install the most recently fetched updates or upgrade.
163Returns exit code 2 if there are no updates to install
164and the
165.Cm fetch
166command wasn't passed as an earlier argument in the same
167invocation.
160.It Cm rollback
161Uninstall the most recently installed updates.
162.It Cm IDS
163Compare the system against a "known good" index of the
164installed release.
168.It Cm rollback
169Uninstall the most recently installed updates.
170.It Cm IDS
171Compare the system against a "known good" index of the
172installed release.
173.It Cm showconfig
174Show configuration options after parsing conffile and command
175line options.
165.El
166.Sh TIPS
167.Bl -bullet
168.It
169If your clock is set to local time, adding the line
170.Pp
171.Dl 0 3 * * * root /usr/sbin/freebsd-update cron
172.Pp

--- 28 unchanged lines hidden ---
176.El
177.Sh TIPS
178.Bl -bullet
179.It
180If your clock is set to local time, adding the line
181.Pp
182.Dl 0 3 * * * root /usr/sbin/freebsd-update cron
183.Pp

--- 28 unchanged lines hidden ---