1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/shells/ksh93/pkg-plist
Greg Lewis 4d0febb95d . Unbreak by updating to 2004-02-29.
PR:		64370
Submitted by:	Gautam Gopalakrishnan <ggop@myrealbox.com>
2004-03-18 01:51:29 +00:00

9 lines
420 B
Plaintext

@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