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 | 5b62763c632fec2c0d7cc1986b8a5942802e1fb4 (patch) | |
tree | 84aedec85849e3ca8800e9873f907df49c7579dc /shells/bash2 | |
parent | fdb9b42b02765cfc044865b1711f9db9c77afafb (diff) | |
download | pkgsrc-5b62763c632fec2c0d7cc1986b8a5942802e1fb4.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/bash2')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index c3a14eb5c81..e7750282633 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.65 2005/07/29 18:32:17 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2005/09/20 04:23:48 jlam Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |