diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 14:46:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 14:46:05 +0000 |
commit | 2952ba216d84ab18deef5d8e1d58c9d24bb58647 (patch) | |
tree | 600eabdc3201c7fddf9880b5cbd1f6ac089bcd02 /shells/bash1/pkg-plist | |
parent | 9f04437b091e3ad92f7d78539a764f658db70736 (diff) | |
download | ports-2952ba216d84ab18deef5d8e1d58c9d24bb58647.tar.gz ports-2952ba216d84ab18deef5d8e1d58c9d24bb58647.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 8d51f4a46878..c522ba058c68 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/pkg-plist @@ -3,6 +3,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/bash_builtins.1.gz info/bash.info |