[master] ef5d2cd65 Also OpenBSD

Poul-Henning Kamp phk at FreeBSD.org
Tue Apr 16 09:41:07 UTC 2019


commit ef5d2cd65c2fb13f1b59b18a1ebc04709d519ddb
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Apr 16 09:39:57 2019 +0000

    Also OpenBSD

diff --git a/doc/sphinx/installation/install.rst b/doc/sphinx/installation/install.rst
index 4710f7a62..a684669cc 100644
--- a/doc/sphinx/installation/install.rst
+++ b/doc/sphinx/installation/install.rst
@@ -19,6 +19,7 @@ is highly operating system specific:
 
 	install_debian
 	install_freebsd
+	install_openbsd
 	install_redhat
 
 Cloud images of Varnish
diff --git a/doc/sphinx/installation/install_openbsd.rst b/doc/sphinx/installation/install_openbsd.rst
new file mode 100644
index 000000000..d8abb6909
--- /dev/null
+++ b/doc/sphinx/installation/install_openbsd.rst
@@ -0,0 +1,20 @@
+.. _install-openbsd:
+
+Installing on OpenBSD
+=====================
+
+From package
+------------
+
+Varnish is distributed in the OpenBSD ports collection as 'www/varnish'::
+
+	pkg_dd varnish
+
+From ports
+----------
+
+::
+
+	cd /usr/ports/www/varnish
+	make install
+


More information about the varnish-commit mailing list