1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/shells/ksh93/pkg-plist
Steve Price 6898f7783a Make sure we add ksh93 to /etc/shells.
PR:		15788
Submitted by:	maintainer
1999-12-31 02:10:55 +00:00

4 lines
248 B
Plaintext

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