aboutsummaryrefslogtreecommitdiffstats
path: root/shells/ksh93/pkg-plist
blob: 92fe399c03d84f2d7ee9a82007945ec700f7870b (plain) (blame)
1
2
3
4
@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
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells