diff options
author | jlam <jlam> | 2005-09-20 04:23:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-09-20 04:23:48 +0000 |
commit | 6ecba3ff13b66859db243c160e3c38c42aac92b1 (patch) | |
tree | 84aedec85849e3ca8800e9873f907df49c7579dc /shells/tcsh/Makefile | |
parent | a38d6389cd0eb4afccbe21c351a0e4b9e392852d (diff) | |
download | pkgsrc-6ecba3ff13b66859db243c160e3c38c42aac92b1.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/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 92310281318..fa41b6b8f72 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2005/07/29 18:32:18 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2005/09/20 04:23:49 jlam Exp $ # DISTNAME= tcsh-6.14.00 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ |