]> andersk Git - gssapi-openssh.git/blob - openssh/contrib/solaris/README
fix AIX build problem
[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.  
4
5 The build process is called a 'dummy install'.. Which means the software does
6 a  "make install-nokeys DESTDIR=[fakeroot]".  This way all manpages should
7 be handled correctly and key are defered until the first time the sshd
8 is started.
9
10 Directions:
11
12 1. make -F Makefile.in distprep  (Only if you are getting from the CVS tree)
13 2. ./configure --with-pam [..any other options you want..]
14 3. cd contrib/solaris; ./buildpkg.sh
15
16 If all goes well you should have a solaris package ready to be installed.
17
18 If you have any problems with this script please post them to 
19 openssh-unix-dev@mindrot.org and I will try to assist you as best as I can.
20
21 - Ben Lindstrom
22
23 TODO:
24 - Expand to cover all sysvr4 family of OSes
25 - Clean things up a bit more.  
26 - Detect if sshd is running and refuse to start.
27 - SHOULD check for existing sshd_config nor ssh_config (does not currently).
28   [Post install script?  Ugh.. Nasty]
This page took 0.07728 seconds and 5 git commands to generate.