summaryrefslogtreecommitdiff
path: root/shells/tcsh/PLIST
blob: eff5a4598742ac94330c4862d97671d59d0db759 (plain)
1
2
3
4
5
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:01 zuntum Exp $
bin/tcsh
@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
man/man1/tcsh.1