diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2006-08-31 19:33:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-08-31 19:33:20 +0000 |
commit | fae962b7dc1dfdc696352c93479127f4382db540 (patch) | |
tree | b40f5058f5b6e70e321b101286981d4551397455 /shells | |
parent | 7bf903b488b4e226f94c2a6ead40ed6bbd0055ee (diff) | |
download | ports-fae962b7dc1dfdc696352c93479127f4382db540.tar.gz ports-fae962b7dc1dfdc696352c93479127f4382db540.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist index 6d6b8e18e7e9..dfd1175bcc15 100644 --- a/shells/bash2/pkg-plist +++ b/shells/bash2/pkg-plist @@ -1,8 +1,8 @@ @comment $FreeBSD$ bin/bash -bin/bash2 @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/bash2 bin/bashbug %%PORTDOCS%%%%DOCSDIR%%/article.ps.bz2 %%PORTDOCS%%%%DOCSDIR%%/bashref.ps.bz2 |