summaryrefslogtreecommitdiff
path: root/contrib/solaris
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-19 20:24:14 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-19 20:24:14 +0000
commit368211ee476cf70467823eccb68e9173b8aacc2b (patch)
tree4fd2c06f7b09fa42ac0e572d4ec8b13ce01ef3e1 /contrib/solaris
parent7a97339359a75e2dbf01edb27846a3bc113d50a8 (diff)
Forgot to check in before.
Diffstat (limited to 'contrib/solaris')
-rw-r--r--contrib/solaris/README28
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 @@
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]