mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1d22e7b199
- Pet portlint PR: ports/66861 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
4 lines
246 B
Plaintext
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
|