1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/shells/tcsh/pkg-plist
Jordan K. Hubbard 3e185f9cac Add the package files for tcsh. Got to put package files in for all
the ports I've done so far or I'll be a poor example to all the other
ports hackers! :-)
Submitted by:	jkh
1994-08-23 10:10:02 +00:00

6 lines
279 B
Plaintext

@cwd /usr/local
bin/tcsh
@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/tcsh.1