summaryrefslogtreecommitdiff
path: root/shells/bash2/PLIST
blob: 26f9e75a3b9a8b8e735abce043516273a53eeefe (plain)
1
2
3
4
5
6
7
@comment $NetBSD: PLIST,v 1.3 2002/09/26 22:06:30 jlam Exp $
bin/bash
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
bin/bashbug
man/man1/bash.1
man/man1/bashbug.1