summaryrefslogtreecommitdiffstats
path: root/share/man/man5/installurl.5
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2017-02-06 21:05:44 +0000
committerrpe <rpe@openbsd.org>2017-02-06 21:05:44 +0000
commit635400a89c340b3a13906d9538784ed4c9ea0b8f (patch)
treec4ba339545d8381d8a23641e023b97a97e74869a /share/man/man5/installurl.5
parentDo not go through the whole attributes setting process if the new cell (diff)
downloadwireguard-openbsd-635400a89c340b3a13906d9538784ed4c9ea0b8f.tar.xz
wireguard-openbsd-635400a89c340b3a13906d9538784ed4c9ea0b8f.zip
Add a manual page for the /etc/installurl file.
With help from and OK tb@ jmc@ OK ajacoutot@ deraadt@
Diffstat (limited to 'share/man/man5/installurl.5')
-rw-r--r--share/man/man5/installurl.544
1 files changed, 44 insertions, 0 deletions
diff --git a/share/man/man5/installurl.5 b/share/man/man5/installurl.5
new file mode 100644
index 00000000000..fdcf38bccdc
--- /dev/null
+++ b/share/man/man5/installurl.5
@@ -0,0 +1,44 @@
+.\" $OpenBSD: installurl.5,v 1.1 2017/02/06 21:05:44 rpe 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: February 6 2017 $
+.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.
+It is created by the installer script if the system is installed
+through an official mirror.
+.Pp
+Emtpy 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 EXAMPLES
+.Bd -literal
+.Dl https://ftp.openbsd.org/pub/OpenBSD
+.Ed
+.Sh SEE ALSO
+.Xr syspatch 1