aboutsummaryrefslogtreecommitdiff
path: root/shells/bash1/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash1/pkg-plist')
-rw-r--r--shells/bash1/pkg-plist1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist
index fcb5fca0ab20..5d50de73064b 100644
--- a/shells/bash1/pkg-plist
+++ b/shells/bash1/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
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