diff options
author | ache <ache@FreeBSD.org> | 1995-10-05 04:39:50 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-05 04:39:50 +0800 |
commit | 6cb86bd6e9598291ba6271d0920e3d6d73958645 (patch) | |
tree | 1ee61493f07ddc5db652b9c957cc0121b8bf4f67 /shells/bash1 | |
parent | c7867e78710f13bc3a01bd1622d1be2c86ac45fd (diff) | |
download | freebsd-ports-gnome-6cb86bd6e9598291ba6271d0920e3d6d73958645.tar.gz freebsd-ports-gnome-6cb86bd6e9598291ba6271d0920e3d6d73958645.tar.zst freebsd-ports-gnome-6cb86bd6e9598291ba6271d0920e3d6d73958645.zip |
Ok, if anybody really needs bash_builtins.1 (which is almost
useles), here PROPER fix and re-enabling it again.
Please, step over on ports owned by me only if you 100% shure.
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/files/patch-ae | 17 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-ae b/shells/bash1/files/patch-ae new file mode 100644 index 000000000000..ec58ff4ae41a --- /dev/null +++ b/shells/bash1/files/patch-ae @@ -0,0 +1,17 @@ +*** documentation/builtins.1.bak Sat Sep 18 00:06:53 1993 +--- documentation/builtins.1 Wed Oct 4 23:29:49 1995 +*************** +*** 10,15 **** + unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1) + .SH BASH BUILTIN COMMANDS + .nr zZ 1 +! .so bash.1 + .SH SEE ALSO + bash(1), sh(1) +--- 10,15 ---- + unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1) + .SH BASH BUILTIN COMMANDS + .nr zZ 1 +! .so man1/bash.1 + .SH SEE ALSO + bash(1), sh(1) diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index 17d81137534f..c522ba058c68 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/pkg-plist @@ -4,4 +4,5 @@ bin/bash @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/bash_builtins.1.gz info/bash.info |