summaryrefslogtreecommitdiff
path: root/contrib/solaris/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/solaris/README')
-rw-r--r--contrib/solaris/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/solaris/README b/contrib/solaris/README
index eb4c590f4..fefdd4b53 100644
--- a/contrib/solaris/README
+++ b/contrib/solaris/README
@@ -12,8 +12,14 @@ Directions:
12 12
131. make -F Makefile.in distprep (Only if you are getting from the CVS tree) 131. make -F Makefile.in distprep (Only if you are getting from the CVS tree)
142. ./configure --with-pam [..any other options you want..] 142. ./configure --with-pam [..any other options you want..]
153. look at the top of contrib/solaris/buildpkg.sh for the configurable options. 153. look at the top of buildpkg.sh for the configurable options and put
164. ./contrib/solaris/buildpkg.sh 16 any changes you want in openssh-config.local. Additional customizations
17 can be done to the build process by creating one or more of the following
18 scripts that will be sourced by buildpkg.sh.
19 pkg_post_make_install_fixes.sh pkg-post-prototype-edit.sh
20 pkg-preinstall.local pkg-postinstall.local pkg-preremove.local
21 pkg-postremove.local pkg-request.local
224. Run "make package"
17 23
18If all goes well you should have a solaris package ready to be installed. 24If all goes well you should have a solaris package ready to be installed.
19 25