b4bbc2db8e
- Assign maintainership to submitter PR: ports/95972 Submitted by: Martin Wilke
6 lines
270 B
Text
6 lines
270 B
Text
bin/fd2
|
|
bin/goto
|
|
bin/if
|
|
bin/osh
|
|
@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
|