summaryrefslogtreecommitdiff
path: root/shells/tcsh/PLIST
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-10-31 22:18:56 +0000
committerzuntum <zuntum>2001-10-31 22:18:56 +0000
commitbfb9a21a6d36e00c691b31e04edbc5bbb1a83043 (patch)
tree665770b6437839a3a0f3c0473b130dda5efe0704 /shells/tcsh/PLIST
parent079c6e869f22994700b0be133aef1f87363bc9ac (diff)
downloadpkgsrc-bfb9a21a6d36e00c691b31e04edbc5bbb1a83043.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'shells/tcsh/PLIST')
-rw-r--r--shells/tcsh/PLIST5
1 files changed, 5 insertions, 0 deletions
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