]> andersk Git - gssapi-openssh.git/blame - openssh/contrib/solaris/README
add prototype for expand_authorized_keys()
[gssapi-openssh.git] / openssh / contrib / solaris / README
CommitLineData
3c0ef626 1The following is a new package build script for Solaris. This is being
2introduced into OpenSSH 3.0 and above in hopes of simplifying the build
3process.
4
5The build process is called a 'dummy install'.. Which means the software does
6a "make install-nokeys DESTDIR=[fakeroot]". This way all manpages should
7be handled correctly and key are defered until the first time the sshd
8is started.
9
10Directions:
11
121. make -F Makefile.in distprep (Only if you are getting from the CVS tree)
132. ./configure --with-pam [..any other options you want..]
143. cd contrib/solaris; ./buildpkg.sh
15
16If all goes well you should have a solaris package ready to be installed.
17
18If you have any problems with this script please post them to
19openssh-unix-dev@mindrot.org and I will try to assist you as best as I can.
20
21- Ben Lindstrom
22
23TODO:
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.058385 seconds and 5 git commands to generate.