diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 09:57:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 09:57:25 +0000 |
commit | 4207ae0118c00ba0c7f59b918f4c442e0fd184e8 (patch) | |
tree | 256845188c6d3380cd0f648c84f75a0520d62a5c /shells/pdksh/pkg-plist | |
parent | 293bc7d7a3782a8f13b42316effbe099a2c78369 (diff) | |
download | ports-4207ae0118c00ba0c7f59b918f4c442e0fd184e8.tar.gz ports-4207ae0118c00ba0c7f59b918f4c442e0fd184e8.zip |
Notes
Diffstat (limited to 'shells/pdksh/pkg-plist')
-rw-r--r-- | shells/pdksh/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist index 830a7aa96d33..bf663d281265 100644 --- a/shells/pdksh/pkg-plist +++ b/shells/pdksh/pkg-plist @@ -1,5 +1,4 @@ -@cwd /usr/local bin/ksh +man/man1/ksh.1.gz @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 |