diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-10-19 20:24:14 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-10-19 20:24:14 +0000 |
commit | 368211ee476cf70467823eccb68e9173b8aacc2b (patch) | |
tree | 4fd2c06f7b09fa42ac0e572d4ec8b13ce01ef3e1 /contrib/solaris/README | |
parent | 7a97339359a75e2dbf01edb27846a3bc113d50a8 (diff) |
Forgot to check in before.
Diffstat (limited to 'contrib/solaris/README')
-rw-r--r-- | contrib/solaris/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/solaris/README b/contrib/solaris/README new file mode 100644 index 000000000..558524997 --- /dev/null +++ b/contrib/solaris/README | |||
@@ -0,0 +1,28 @@ | |||
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] | ||