summaryrefslogtreecommitdiff
path: root/shells/pdksh/pkg-plist
blob: 830a7aa96d335dd2bb34721ceccf20713c3f3d9f (plain) (blame)
1
2
3
4
5
@cwd /usr/local
bin/ksh
@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/ksh.1