summaryrefslogtreecommitdiff
path: root/shells/ksh93/pkg-plist
blob: bae0b175f894782d23b93034c712640b6db7a1c7 (plain) (blame)
1
2
3
4
5
6
7
@comment $FreeBSD$
bin/ksh93
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
share/examples/ksh93/dirs
share/examples/ksh93/popd
@dirrm share/examples/ksh93