diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-01 05:32:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-01 05:32:34 +0000 |
commit | 335844128db9897efd8fc4741fb53c35816e354e (patch) | |
tree | 913676e7eab01aaa4733c46502b17a6af79f8367 | |
parent | 7cc1cfcec4c3df13daad97d61ee44bb07148be6e (diff) | |
download | ports-335844128db9897efd8fc4741fb53c35816e354e.tar.gz ports-335844128db9897efd8fc4741fb53c35816e354e.zip |
Don't add manpage to /etc/shells. ;>
Reported by: obrien@cs.ucdavis.edu (David E. O'Brien)
Notes
Notes:
svn path=/head/; revision=2382
-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 bf663d281265..651cadf8359f 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 |