Distribution of openssh once compiled
Damien Miller
djm at mindrot.org
Fri Jan 26 15:42:07 EST 2001
On Thu, 25 Jan 2001, Murray Hooper wrote:
> Folks:
>
> Thanks to all who helped me get ssh up and running on my development box.
>
> Now I want to make a distribution package to take and install on the rest of
> my network.
This will work:
./configure [options]
make
make install DESTDIR=./fakeroot
tar zcvf ssh-bin.tgz fakeroot
-d
--
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of Shakespeare. Now, thanks to the Internet, /
| we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org
More information about the openssh-unix-dev
mailing list