aboutsummaryrefslogtreecommitdiffstats
path: root/shells/ksh93/pkg-plist
blob: 6c29fc9760082dfedffb563dd6ca3fbed4c4b121 (plain) (blame)
1
2
3
4
5
6
7
8
@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
share/examples/ksh93/pushd
@dirrm share/examples/ksh93