2002-08-04 20:42:09 +02:00
|
|
|
@comment $FreeBSD$
|
1994-08-22 14:10:36 +02:00
|
|
|
bin/bash
|
1995-02-12 13:27:01 +01:00
|
|
|
@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
|
1994-12-12 03:18:01 +01:00
|
|
|
bin/bashbug
|
1998-07-17 22:38:17 +02:00
|
|
|
@unexec install-info --delete %D/info/bash.info %D/info/dir
|
1995-04-18 13:06:01 +02:00
|
|
|
info/bash.info
|
1999-12-24 19:50:25 +01:00
|
|
|
@exec install-info %D/info/bash.info %D/info/dir
|
2002-08-04 20:42:09 +02:00
|
|
|
share/doc/bash/article.ps.bz2
|
|
|
|
share/doc/bash/bashref.ps.bz2
|
1997-02-16 03:08:50 +01:00
|
|
|
share/doc/bash/article.txt
|
1998-07-17 22:38:17 +02:00
|
|
|
@dirrm share/doc/bash
|