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/es | |
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/es')
-rw-r--r-- | shells/es/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index dff56d63da3..85107ee75da 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/07/29 18:32:17 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/20 04:23:48 jlam Exp $ DISTNAME= es-0.9-alpha1 PKGNAME= es-0.9a1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ |