diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-27 11:40:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-27 11:40:57 +0000 |
commit | 48748db13a7aee1e3d50d0bef6d79986ed4a0fd5 (patch) | |
tree | e69c46dc57e6d984762d1074b91924d6178d446c /shells/bash2/pkg-plist | |
parent | 1384986d38f7941e86e422b4593440be7926eb5f (diff) |
Upgrade to 2.0
Notes
Notes:
svn path=/head/; revision=5110
Diffstat (limited to 'shells/bash2/pkg-plist')
-rw-r--r-- | shells/bash2/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist index 1824684a3b09..84a9302c4918 100644 --- a/shells/bash2/pkg-plist +++ b/shells/bash2/pkg-plist @@ -2,6 +2,6 @@ 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 bin/bashbug -man/man1/bash.1 -man/man1/bash_builtins.1 +man/man1/bash.1.gz +man/man1/bashbug.1.gz info/bash.info |