mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
1280305b48
Danke, Thomas.. Submitted by: thomas
6 lines
277 B
Plaintext
6 lines
277 B
Plaintext
@cwd /usr/local
|
|
bin/ksh
|
|
@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
|
|
man/man1/ksh.1
|