summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
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