diff options
author | leot <leot@pkgsrc.org> | 2020-01-10 12:20:50 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-01-10 12:20:50 +0000 |
commit | b2cc7a0d7bd4e2dedbf492267c46e295c08f54f1 (patch) | |
tree | 29baaa866edf86b35b1bb97b0db5f34bef3b5ff2 /pkgtools | |
parent | ade40359a144b03f21a7d8386e25498b362121f8 (diff) | |
download | pkgsrc-b2cc7a0d7bd4e2dedbf492267c46e295c08f54f1.tar.gz |
pkg_alternatives: Update to 1.7
Changes:
1.7
---
- Adjust pkg_alternatives(8) to point to the real user configuration wrapper
file and bump date
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_alternatives/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_alternatives/files/pkg_alternatives.8 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile index ecd61124a84..ba30e9e5c57 100644 --- a/pkgtools/pkg_alternatives/Makefile +++ b/pkgtools/pkg_alternatives/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2019/05/23 19:23:12 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2020/01/10 12:20:50 leot Exp $ # -PKGNAME= pkg_alternatives-1.6 +PKGNAME= pkg_alternatives-1.7 CATEGORIES= pkgtools MAINTAINER= jmmv@NetBSD.org diff --git a/pkgtools/pkg_alternatives/files/pkg_alternatives.8 b/pkgtools/pkg_alternatives/files/pkg_alternatives.8 index 82e481a83b5..7a5b6094f67 100644 --- a/pkgtools/pkg_alternatives/files/pkg_alternatives.8 +++ b/pkgtools/pkg_alternatives/files/pkg_alternatives.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_alternatives.8,v 1.6 2013/07/20 21:50:53 wiz Exp $ +.\" $NetBSD: pkg_alternatives.8,v 1.7 2020/01/10 12:20:50 leot Exp $ .\" .\" pkg_alternatives - Generic wrappers for programs with similar interfaces .\" Copyright (c) 2005 Julio M. Merino Vidal <jmmv@NetBSD.org> @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd January 30, 2005 +.Dd January 10, 2020 .Dt PKG_ALTERNATIVES 8 .Os .Sh NAME @@ -102,7 +102,7 @@ wrapper (replace the .Dq wrapper word with the wrapper's absolute file name): .Bl -tag -width XXXX -.It Pa ~/.alternatives/wrapper +.It Pa ~/.pkg_alternatives/wrapper This is called the .Em user configuration file and is only read when not running as |