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

3 lines
246 B
Text

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