summaryrefslogtreecommitdiff
path: root/shells/tcsh/pkg/PLIST
blob: fd7af53983a1aacc56ab0ae0239edb66d9c575ac (plain)
1
2
3
4
5
@comment $NetBSD: PLIST,v 1.5 1998/10/03 07:06:25 kim Exp $
bin/tcsh
@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
man/man1/tcsh.1