1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/shells/pdksh/pkg-plist
Jordan K. Hubbard 1280305b48 Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> submits his pdksh port.
Danke, Thomas..
Submitted by:	thomas
1994-12-27 12:57:52 +00:00

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