]> andersk Git - gssapi-openssh.git/blob - openssh/contrib/solaris/README
Re-import of OpenSSH 3.7.1p2 (Chase\!)
[gssapi-openssh.git] / openssh / contrib / solaris / README
1 The following is a new package build script for Solaris.   This is being
2 introduced into OpenSSH 3.0 and above in hopes of simplifying the build
3 process.  As of 3.1p2 the script should work on all platforms that have
4 SVR4 style package tools.
5
6 The build process is called a 'dummy install'.. Which means the software does
7 a  "make install-nokeys DESTDIR=[fakeroot]".  This way all manpages should
8 be handled correctly and key are defered until the first time the sshd
9 is started.
10
11 Directions:
12
13 1. make -F Makefile.in distprep  (Only if you are getting from the CVS tree)
14 2. ./configure --with-pam [..any other options you want..]
15 3. look at the top of contrib/solaris/buildpkg.sh for the configurable options.
16 4. ./contrib/solaris/buildpkg.sh
17
18 If all goes well you should have a solaris package ready to be installed.
19
20 If you have any problems with this script please post them to 
21 openssh-unix-dev@mindrot.org and I will try to assist you as best as I can.
22
23 - Ben Lindstrom
24
This page took 0.259151 seconds and 5 git commands to generate.