summaryrefslogtreecommitdiff
path: root/contrib/solaris/README
diff options
context:
space:
mode:
authormouring <mouring>2001-10-19 20:24:14 +0000
committermouring <mouring>2001-10-19 20:24:14 +0000
commit4ee6eea66a5909fa040f524e1c850c16db50ea36 (patch)
tree92317ef01b0ff3e1acb1621144150a5182a1163c /contrib/solaris/README
parent7d69e27e7f2363c294c10b8421512206db961cfc (diff)
downloadopenssh-4ee6eea66a5909fa040f524e1c850c16db50ea36.tar.gz
Forgot to check in before.
Diffstat (limited to 'contrib/solaris/README')
-rwxr-xr-xcontrib/solaris/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/solaris/README b/contrib/solaris/README
new file mode 100755
index 00000000..55852499
--- /dev/null
+++ b/contrib/solaris/README
@@ -0,0 +1,28 @@
+The following is a new package build script for Solaris. This is being
+introduced into OpenSSH 3.0 and above in hopes of simplifying the build
+process.
+
+The build process is called a 'dummy install'.. Which means the software does
+a "make install-nokeys DESTDIR=[fakeroot]". This way all manpages should
+be handled correctly and key are defered until the first time the sshd
+is started.
+
+Directions:
+
+1. make -F Makefile.in distprep (Only if you are getting from the CVS tree)
+2. ./configure --with-pam [..any other options you want..]
+3. cd contrib/solaris; ./buildpkg.sh
+
+If all goes well you should have a solaris package ready to be installed.
+
+If you have any problems with this script please post them to
+openssh-unix-dev@mindrot.org and I will try to assist you as best as I can.
+
+- Ben Lindstrom
+
+TODO:
+- Expand to cover all sysvr4 family of OSes
+- Clean things up a bit more.
+- Detect if sshd is running and refuse to start.
+- SHOULD check for existing sshd_config nor ssh_config (does not currently).
+ [Post install script? Ugh.. Nasty]