1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/shells/esh/pkg-plist
Kirill Ponomarev 1d22e7b199 - Fix MASTER_SITES
- Pet portlint

PR:		ports/66861
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-19 08:52:30 +00:00

4 lines
246 B
Plaintext

bin/esh
@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