diff options
author | Colin Watson <cjwatson@debian.org> | 2005-01-04 13:07:27 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-01-04 13:07:27 +0000 |
commit | fd0f611b70a83d80fe8793af785542ee5541b7cd (patch) | |
tree | bededd22bb7eeec52e20083237ab7e4113445a16 /contrib/solaris/README | |
parent | c44fe9a5b9d3db96a7249b04d915f17e4a3a3b04 (diff) | |
parent | ebd2ce335af5861020c79fddb1ae35c03bf036cf (diff) |
Merge 3.9p1 to the trunk.
Diffstat (limited to 'contrib/solaris/README')
-rwxr-xr-x | contrib/solaris/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/solaris/README b/contrib/solaris/README index eb4c590f4..fefdd4b53 100755 --- a/contrib/solaris/README +++ b/contrib/solaris/README | |||
@@ -12,8 +12,14 @@ Directions: | |||
12 | 12 | ||
13 | 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) |
14 | 2. ./configure --with-pam [..any other options you want..] | 14 | 2. ./configure --with-pam [..any other options you want..] |
15 | 3. look at the top of contrib/solaris/buildpkg.sh for the configurable options. | 15 | 3. look at the top of buildpkg.sh for the configurable options and put |
16 | 4. ./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 | ||
22 | 4. Run "make package" | ||
17 | 23 | ||
18 | If all goes well you should have a solaris package ready to be installed. | 24 | If all goes well you should have a solaris package ready to be installed. |
19 | 25 | ||