Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85512 - openssh-4.0_p1.ebuild is missing files in /etc/ssh/
Summary: openssh-4.0_p1.ebuild is missing files in /etc/ssh/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 07:25 UTC by Andrej Filipcic
Modified: 2005-03-16 17:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Filipcic 2005-03-16 07:25:28 UTC
Is seems that openssh-4.0_p1 makefile is changed with respect to previous versions. install-files was split to install-files and install-sysconf, so 
the line
       make install-files DESTDIR="${D}" || die
should be
       make install-files DESTDIR="${D}" || die
       make install-sysconf DESTDIR="${D}" || die


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Pascal BERTIN 2005-03-16 07:59:47 UTC
it was installed 'by accident' on my system (as marked stable on x86 during a short period).
So emerge upgraded from 3.9_p1-r1, it looks ok, but looking at Makefile and this remark, it seems I miss some files.

as a remark, 
make install-nokeys DESTDIR="${D}" || die
is equivalent to the two above lines.
Comment 2 SpanKY gentoo-dev 2005-03-16 17:08:55 UTC
fixed in cvs, thanks !

i'll hold off on rev bumping just in case there's another openssh-4.0 bug soon ...