summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh/PLIST
diff options
context:
space:
mode:
Diffstat (limited to 'shells/standalone-tcsh/PLIST')
-rw-r--r--shells/standalone-tcsh/PLIST5
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/standalone-tcsh/PLIST b/shells/standalone-tcsh/PLIST
new file mode 100644
index 00000000000..c4286d245d9
--- /dev/null
+++ b/shells/standalone-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
+usr/share/man/man1/tcsh.1