Ingo Weinhold efa13a3a74 Updated patch and notes. Also added the optional package description and
the post install script.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@25312 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-05-04 13:35:41 +00:00

32 lines
753 B
Plaintext

Notes for OpenSSH 5.0p1 (Haiku r25311)
======================================
configure
---------
rm config.sub config.guess
automake --add-missing
autoreconf --force
./configure --prefix=/boot/home/config --with-ssl-dir=/boot/home/config --sbindir=/boot/home/config/bin --libexecdir=/boot/home/config/bin --localstatedir=/var
* automake will fail, but it will replace config.{sub,guess} anyway, which is
all we want.
* Note, the /boot/home/config paths are temporary only. This has to be changed
to /boot/common.
make/install
------------
make
make install
packaging
---------
* Remove the generated host keys (in /boot/home/config/etc).
* Add the post install script (ssh.sh) that generates the host keys on the first
run.