1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/shells/ksh93/pkg-plist
Steve Price 0ca92406d0 Build from source now that it is available starting with version
2001-01-01.0000.

PR:		25180
Submitted by:	maintainer
2001-02-26 05:14:17 +00:00

5 lines
267 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
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells