summaryrefslogtreecommitdiff
path: root/shells/osh/PLIST
diff options
context:
space:
mode:
authorcjep <cjep>2002-08-20 20:52:29 +0000
committercjep <cjep>2002-08-20 20:52:29 +0000
commitaa6db50d5af88a0e10782c30e716d1b70ddaf262 (patch)
treeaff78da98e72f4e09bdaa6f6b6b69a65318fad8e /shells/osh/PLIST
parent84854046b3dbbba2412ff1a0095ea93c018a1982 (diff)
downloadpkgsrc-aa6db50d5af88a0e10782c30e716d1b70ddaf262.tar.gz
Initial import of osh-020214 into the NetBSD packages collection
as shells/osh. Osh is a re-implementation of the old and obsolete shell version, which was in standard use up to UNIX 6th Edition and was supplied as osh with UNIX 7th Edition. Its command language is a sparse subset of those of modern shells and is mostly common both to sh(1) and csh(1). This pkgsrc entry is based on the FreeBSD ports entry for osh.
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