1d22e7b199
- Pet portlint PR: ports/66861 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
3 lines
246 B
Text
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
|