diff options
author | jlam <jlam> | 2005-09-20 04:23:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-09-20 04:23:48 +0000 |
commit | 898b9e761c53a4bd534a5f7ce8029a34c47e83d8 (patch) | |
tree | 84aedec85849e3ca8800e9873f907df49c7579dc /shells/pdksh | |
parent | 90aec071264aad1b954aaeed4684cf5f3e6cf66a (diff) | |
download | pkgsrc-898b9e761c53a4bd534a5f7ce8029a34c47e83d8.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/pdksh')
-rw-r--r-- | shells/pdksh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 139a4cb6015..2d95c0cb14e 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/07/29 18:32:18 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/20 04:23:49 jlam Exp $ # DISTNAME= pdksh-5.2.14 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ |