diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-27 12:57:52 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-27 12:57:52 +0000 |
commit | 1280305b48afb922a9e1f2ea08f5b0a82857cb6e (patch) | |
tree | 3e0e9e4df958621fac8743929573b6b2349ee40c /shells/pdksh/pkg-plist | |
parent | 6b44787b7b98e4fd3775e268a9c4c0e3281352e0 (diff) |
Notes
Diffstat (limited to 'shells/pdksh/pkg-plist')
-rw-r--r-- | shells/pdksh/pkg-plist | 5 |
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 |