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/bash2 | |
parent | - Enforce 2.0+ apache when WITH_APACHE2 is defined (diff) |
Move bash2 specification to lower in the file. In its current position,
caused the %F to be redefined to "bash2" as a side effect.
Submitted by: ru
Notes
Notes:
svn path=/head/; revision=171752
Diffstat (limited to 'shells/bash2')
-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 |