aboutsummaryrefslogtreecommitdiff
path: root/shells/bash-devel/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash-devel/pkg-plist')
-rw-r--r--shells/bash-devel/pkg-plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/shells/bash-devel/pkg-plist b/shells/bash-devel/pkg-plist
index 259577d23db5..4d32f31aa676 100644
--- a/shells/bash-devel/pkg-plist
+++ b/shells/bash-devel/pkg-plist
@@ -1,7 +1,13 @@
@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; rm -f /etc/shells.bak
+@unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
bin/rbash
+@exec cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
+@unexec cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
bin/bashbug
+man/man1/bash.1.gz
+man/man1/bashbug.1.gz
%%NLS%%share/locale/af/LC_MESSAGES/bash.mo
%%NLS%%share/locale/bg/LC_MESSAGES/bash.mo
%%NLS%%share/locale/ca/LC_MESSAGES/bash.mo