From 9ce7d9169a8f510e6f3c7733de211b3b06663d2e Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:18:56 +0000 Subject: Move pkg/ files into package's toplevel directory --- shells/tcsh/DESCR | 2 ++ shells/tcsh/PLIST | 5 +++++ shells/tcsh/pkg/DESCR | 2 -- shells/tcsh/pkg/PLIST | 5 ----- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 shells/tcsh/DESCR create mode 100644 shells/tcsh/PLIST delete mode 100644 shells/tcsh/pkg/DESCR delete mode 100644 shells/tcsh/pkg/PLIST (limited to 'shells/tcsh') diff --git a/shells/tcsh/DESCR b/shells/tcsh/DESCR new file mode 100644 index 00000000000..7c3c806b984 --- /dev/null +++ b/shells/tcsh/DESCR @@ -0,0 +1,2 @@ +TCSH is an extended C-shell with many useful features like +filename completion, history editing, etc. diff --git a/shells/tcsh/PLIST b/shells/tcsh/PLIST new file mode 100644 index 00000000000..eff5a459874 --- /dev/null +++ b/shells/tcsh/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:01 zuntum Exp $ +bin/tcsh +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells +man/man1/tcsh.1 diff --git a/shells/tcsh/pkg/DESCR b/shells/tcsh/pkg/DESCR deleted file mode 100644 index 7c3c806b984..00000000000 --- a/shells/tcsh/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -TCSH is an extended C-shell with many useful features like -filename completion, history editing, etc. diff --git a/shells/tcsh/pkg/PLIST b/shells/tcsh/pkg/PLIST deleted file mode 100644 index 64b62c2cdcd..00000000000 --- a/shells/tcsh/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2001/09/23 21:08:56 tron Exp $ -bin/tcsh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells -man/man1/tcsh.1 -- cgit v1.2.3