summaryrefslogtreecommitdiff
path: root/shells/osh/PLIST
diff options
context:
space:
mode:
Diffstat (limited to 'shells/osh/PLIST')
-rw-r--r--shells/osh/PLIST9
1 files changed, 9 insertions, 0 deletions
diff --git a/shells/osh/PLIST b/shells/osh/PLIST
new file mode 100644
index 00000000000..1f69f65ba59
--- /dev/null
+++ b/shells/osh/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/20 20:52:29 cjep Exp $
+bin/goto
+bin/if
+bin/osh
+@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/goto.1
+man/man1/if.1
+man/man1/osh.1