diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-23 10:10:02 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-23 10:10:02 +0000 |
commit | 3e185f9cacbcb4eb1fd72d33540342d9a51d433e (patch) | |
tree | e0d4fb8313c8c491830f60b8d8d95e211d014fd8 /shells | |
parent | e441ff3ff93436596251bc88320507336064a7ff (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/pkg-comment | 1 | ||||
-rw-r--r-- | shells/tcsh/pkg-descr | 2 | ||||
-rw-r--r-- | shells/tcsh/pkg-plist | 5 |
3 files changed, 8 insertions, 0 deletions
diff --git a/shells/tcsh/pkg-comment b/shells/tcsh/pkg-comment new file mode 100644 index 000000000000..c209dd6cff1f --- /dev/null +++ b/shells/tcsh/pkg-comment @@ -0,0 +1 @@ +TCSH shell V6.05 (binaries) diff --git a/shells/tcsh/pkg-descr b/shells/tcsh/pkg-descr new file mode 100644 index 000000000000..dd49e99973e4 --- /dev/null +++ b/shells/tcsh/pkg-descr @@ -0,0 +1,2 @@ +TCSH is an extended C-shell with many useful features like +filename completion, history editing, etc. This is version 6.05. diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist new file mode 100644 index 000000000000..969c40ab6632 --- /dev/null +++ b/shells/tcsh/pkg-plist @@ -0,0 +1,5 @@ +@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 |