diff options
author | jlam <jlam@pkgsrc.org> | 2005-09-20 04:23:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-09-20 04:23:48 +0000 |
commit | 995088494ec8610ea531a48a4e2b19bef329d694 (patch) | |
tree | 84aedec85849e3ca8800e9873f907df49c7579dc /shells/static-ast-ksh | |
parent | d39a92e5ec3fe1b9643f31caccdadede4e3938e1 (diff) | |
download | pkgsrc-995088494ec8610ea531a48a4e2b19bef329d694.tar.gz |
Teach the +SHELLS helper script to not create an /etc/shells file if
one doesn't exist. From now on, we only add the listed PKG_SHELL to
the /etc/shells file if it already exists. This fixes PR pkg/27162.
Diffstat (limited to 'shells/static-ast-ksh')
-rw-r--r-- | shells/static-ast-ksh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile index 811e82b37f6..539054c9af6 100644 --- a/shells/static-ast-ksh/Makefile +++ b/shells/static-ast-ksh/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/01/11 23:06:54 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/20 04:23:49 jlam Exp $ # .include "../../shells/ast-ksh/Makefile.common" +PKGREVISION= 1 + CONFLICTS= ast-ksh-[0-9]* # Override. DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo |