aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/freebsd-update-server/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/articles/freebsd-update-server/_index.adoc')
-rw-r--r--documentation/content/en/articles/freebsd-update-server/_index.adoc12
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/content/en/articles/freebsd-update-server/_index.adoc b/documentation/content/en/articles/freebsd-update-server/_index.adoc
index dda1d906b3..78f44784c8 100644
--- a/documentation/content/en/articles/freebsd-update-server/_index.adoc
+++ b/documentation/content/en/articles/freebsd-update-server/_index.adoc
@@ -40,6 +40,16 @@ ifndef::env-beastie[]
include::../../../../../shared/asciidoctor.adoc[]
endif::[]
+
+[WARNING]
+====
+The instructions in this article refer to an older version of FreeBSD and may
+not work properly on recent versions of the OS. With the availability of
+pkgbase, the freebsd-update utility is scheduled to be removed from FreeBSD in
+the future. When that happens, this article is either updated to reflect the
+new procedures or removed entirely.
+====
+
[.abstract-title]
Abstract
@@ -602,7 +612,7 @@ For reference, the entire run of link:../../source/articles/freebsd-update-serve
findextradocs () {
}
# Add extra docs to ${WORKDIR}/$1
-addextradocs () {
+addextradocs () {
}
....