diff options
author | asami <asami@FreeBSD.org> | 1995-11-01 05:32:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-01 05:32:34 +0000 |
commit | e83bec21335ba45a92663de0aeed7564b0ca7309 (patch) | |
tree | 69262f601e0064a02f023bde2e4e37224e38d363 /shells | |
parent | b3337061366df341dc6666a9f3d6b4f7d72eb113 (diff) | |
download | FreeBSD-ports-e83bec21335ba45a92663de0aeed7564b0ca7309.zip FreeBSD-ports-e83bec21335ba45a92663de0aeed7564b0ca7309.tar.gz |
Don't add manpage to /etc/shells. ;>
Reported by: obrien@cs.ucdavis.edu (David E. O'Brien)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pdksh/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist index bf663d2..651cadf 100644 --- a/shells/pdksh/pkg-plist +++ b/shells/pdksh/pkg-plist @@ -1,4 +1,4 @@ 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.gz |