mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dc4f7f13ca
Submitted by: bento
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
bin/44bsd-csh
|
|
share/doc/44bsd-csh/paper.ascii.gz
|
|
@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
|
|
@dirrm share/doc/44bsd-csh
|