aboutsummaryrefslogtreecommitdiff
path: root/shells/pdksh/pkg-plist
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-12-27 12:57:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-12-27 12:57:52 +0000
commit1280305b48afb922a9e1f2ea08f5b0a82857cb6e (patch)
tree3e0e9e4df958621fac8743929573b6b2349ee40c /shells/pdksh/pkg-plist
parent6b44787b7b98e4fd3775e268a9c4c0e3281352e0 (diff)
downloadports-1280305b48afb922a9e1f2ea08f5b0a82857cb6e.tar.gz
ports-1280305b48afb922a9e1f2ea08f5b0a82857cb6e.zip
Notes
Diffstat (limited to 'shells/pdksh/pkg-plist')
-rw-r--r--shells/pdksh/pkg-plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist
new file mode 100644
index 000000000000..830a7aa96d33
--- /dev/null
+++ b/shells/pdksh/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/local
+bin/ksh
+@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/ksh.1