summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-06 09:57:11 +0000
committeragc <agc@pkgsrc.org>1997-11-06 09:57:11 +0000
commit5358faaf74cb19c9ce26ea454efa614049de4bbe (patch)
tree9e17e3f54561e55221678448479bba2297f1cbdd /shells/bash2
parent3f921502a225520cca7ba86cc29725d94bf72c1c (diff)
downloadpkgsrc-5358faaf74cb19c9ce26ea454efa614049de4bbe.tar.gz
Add a NetBSD RCS Id to all the PLIST files.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/pkg/PLIST1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST
index 34e6a439bb6..a42dc15c589 100644
--- a/shells/bash2/pkg/PLIST
+++ b/shells/bash2/pkg/PLIST
@@ -1,3 +1,4 @@
+@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:04:17 agc Exp $
bin/bash
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells