diff options
Diffstat (limited to 'contrib/solaris/README')
-rw-r--r-- | contrib/solaris/README | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/contrib/solaris/README b/contrib/solaris/README index 558524997..9b0a46e29 100644 --- a/contrib/solaris/README +++ b/contrib/solaris/README | |||
@@ -1,6 +1,7 @@ | |||
1 | The following is a new package build script for Solaris. This is being | 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 | 2 | introduced into OpenSSH 3.0 and above in hopes of simplifying the build |
3 | process. | 3 | process. As of 3.1p2 the script should work on all platforms that have |
4 | SVR4 style package tools. | ||
4 | 5 | ||
5 | The build process is called a 'dummy install'.. Which means the software does | 6 | 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 | a "make install-nokeys DESTDIR=[fakeroot]". This way all manpages should |
@@ -11,7 +12,8 @@ Directions: | |||
11 | 12 | ||
12 | 1. make -F Makefile.in distprep (Only if you are getting from the CVS tree) | 13 | 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 | 2. ./configure --with-pam [..any other options you want..] |
14 | 3. cd contrib/solaris; ./buildpkg.sh | 15 | 3. look at the top of contrib/solaris/buildpkg.sh for the configurable options. |
16 | 4. ./contrib/solaris/buildpkg.sh | ||
15 | 17 | ||
16 | If all goes well you should have a solaris package ready to be installed. | 18 | If all goes well you should have a solaris package ready to be installed. |
17 | 19 | ||
@@ -20,9 +22,3 @@ openssh-unix-dev@mindrot.org and I will try to assist you as best as I can. | |||
20 | 22 | ||
21 | - Ben Lindstrom | 23 | - Ben Lindstrom |
22 | 24 | ||
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] | ||