diff options
author | Kevin Oberman <rkoberman@gmail.com> | 2021-08-01 19:12:00 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2021-08-01 19:14:13 +0000 |
commit | 40207d07ff35ded21841c0b259c5d614bca02f3f (patch) | |
tree | f62bbbe6b7763973d3ba20604cd46666352001d8 /UPDATING | |
parent | 80df02c5cbfa308542602c54645bbc574031316f (diff) |
UPDATING: Fix instructions for OpenLDAP entry.
The package names do not have versions in them, so make it match the
reality.
PR: ports/257540
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ you update your ports collection, before attempting any port upgrades. SASL is now always enabled for OpenLDAP. If you use portmaster: - portmaster -o net/openldap24-client openldap24-sasl-client + portmaster -o net/openldap24-client openldap-sasl-client If you use portupgrade: - portupgrade -fo net/openldap24-client openldap24-sasl-client + portupgrade -fo net/openldap24-client openldap-sasl-client If you use pkg with binary packages: pkg set -o net/openldap24-sasl-client:net/openldap24-client |