Lp 1901899: Remove References to Ubuntu 16.04
authorJason Stephenson <jason@sigio.com>
Wed, 28 Oct 2020 15:32:45 +0000 (11:32 -0400)
committerBen Shum <ben@evergreener.net>
Sun, 28 Feb 2021 15:43:40 +0000 (10:43 -0500)
Remove references to Ubuntu 16.04 Xenial Xerus in the README and
Makefile.install.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
README
src/extras/Makefile.install

diff --git a/README b/README
index 0d8b820..ffd6aef 100644 (file)
--- a/README
+++ b/README
@@ -67,7 +67,6 @@ Well-tested values for <osname> include:
   * `debian-buster` for Debian 10
   * `debian-stretch` for Debian 9
   * `debian-jessie` for Debian 8
-  * `ubuntu-xenial` for Ubuntu 16.04
   * `ubuntu-bionic` for Ubuntu 18.04
   * `ubuntu-focal` for Ubuntu 20.04
 
@@ -206,7 +205,7 @@ work for OpenSRF.
 1. Stop ejabberd before making any changes to its configuration by issuing the
    following command as the *root* Linux account:
 +
-.(Debian / Ubuntu Xenial / Ubuntu Bionic / Ubuntu Focal) Stopping ejabberd
+.(Debian / Ubuntu Bionic / Ubuntu Focal) Stopping ejabberd
 [source, bash]
 ---------------------------------------------------------------------------
 systemctl stop ejabberd.service
@@ -237,7 +236,7 @@ hosts:
     ##access_max_user_messages: max_user_offline_messages
 -----------------------
 +
-(Debian Stretch / Ubuntu Xenial) Ejabberd 16.x::
+(Debian Stretch) Ejabberd 16.x::
 Open `/etc/ejabberd/ejabberd.yml` and make the following
 changes:
   a. Define your public and private domains in the `hosts` directive. For
@@ -294,7 +293,7 @@ mod_legacy_auth: {}
 +
 3. Restart the ejabberd server to make the changes take effect:
 +
-.(Debian / Ubuntu Xenial / Ubuntu Bionic / Ubuntu Focal) Starting ejabberd
+.(Debian / Ubuntu Bionic / Ubuntu Focal) Starting ejabberd
 [source, bash]
 ---------------------------------------------------------------------------
 systemctl start ejabberd.service
index 0808d21..808042b 100644 (file)
@@ -5,7 +5,7 @@
 # Makefile to install prerequisites for OpenSRF
 #
 # Currently supports Debian (jessie/stretch) and Ubuntu
-# (xenial/bionic/focal)
+# (bionic/focal)
 #
 # Installs Perl prereqs, libjs with Perl wrapper
 #
@@ -16,8 +16,6 @@
 #      - or -
 #      make -f Makefile.install debian-jessie
 #      - or -
-#      make -f Makefile.install ubuntu-xenial
-#   - or -
 #   make -f Makefile.install ubuntu-bionic
 #      - or -
 #   make -f Makefile.install ubuntu-focal
@@ -181,7 +179,6 @@ generic_debian: install_debs
 
 fedora: install_fedora_rpms
 
-ubuntu-xenial: generic_ubuntu
 ubuntu-bionic: generic_ubuntu
 ubuntu-focal: generic_ubuntu
 generic_ubuntu: install_debs install_extra_debs install_extra_debs_ubuntu \