[BACK]Return to installurl.5 CVS log [TXT][DIR] Up to [local] / src / share / man / man5

File: [local] / src / share / man / man5 / installurl.5 (download)

Revision 1.8, Sat Apr 27 22:30:05 2019 UTC (5 years, 1 month ago) by tj
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.7: +5 -5 lines

the installer creates /etc/installurl even if we don't use http for the sets,
so update this page accordingly. while here, add sysupgrade to SEE ALSO since
it uses installurl too. ok jmc

.\"	$OpenBSD: installurl.5,v 1.8 2019/04/27 22:30:05 tj Exp $
.\"
.\" Copyright (c) 2017 Robert Peichaer <rpe@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: April 27 2019 $
.Dt INSTALLURL 5
.Os
.Sh NAME
.Nm installurl
.Nd OpenBSD mirror server location
.Sh DESCRIPTION
The
.Pa /etc/installurl
file contains a single line specifying an
.Ox
mirror server URL, such as
.Pp
.Dl https://cdn.openbsd.org/pub/OpenBSD
.Pp
It is created by the installer script during installations and upgrades.
.Pp
Empty lines and lines beginning with
.Sq #
in the file are ignored.
.Sh FILES
.Bl -tag -width /etc/installurl -compact
.It Pa /etc/installurl
.El
.Sh SEE ALSO
.Xr pkg_add 1 ,
.Xr syspatch 8 ,
.Xr sysupgrade 8