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

5 lines
277 B
Text

@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