diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-02 07:00:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-02 07:00:25 +0000 |
commit | 1b266ec86ab80ef664cef6ae5cedeb181a0744cb (patch) | |
tree | 6069518ded640d0879f89768053ba8ca768007b1 /shells/bash1/pkg-plist | |
parent | de40ddbf21476525f8284b1670e4d9656b0e5edb (diff) | |
download | ports-1b266ec86ab80ef664cef6ae5cedeb181a0744cb.tar.gz ports-1b266ec86ab80ef664cef6ae5cedeb181a0744cb.zip |
Notes
Diffstat (limited to 'shells/bash1/pkg-plist')
-rw-r--r-- | shells/bash1/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index 84a9302c4918..1824684a3b09 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/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.gz -man/man1/bashbug.1.gz +man/man1/bash.1 +man/man1/bash_builtins.1 info/bash.info |