summaryrefslogtreecommitdiff
path: root/contrib/solaris/build-pkg
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-12 16:50:50 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-12 16:50:50 +0000
commit6ef3964c793f22dcbbfdac106cd5ead67a26bc2a (patch)
treeaa7b79a9cd2c6a41140af4880dcf42e8ac75530f /contrib/solaris/build-pkg
parentc93e84c2cecf2b968a069de595aff374abe89036 (diff)
- (bal) Patch to partial sync up contrib/solaris/ packaging software.
Patch by pete <ninjaz@webexpress.com>
Diffstat (limited to 'contrib/solaris/build-pkg')
-rwxr-xr-xcontrib/solaris/build-pkg22
1 files changed, 16 insertions, 6 deletions
diff --git a/contrib/solaris/build-pkg b/contrib/solaris/build-pkg
index 76529ed48..fe92d9dda 100755
--- a/contrib/solaris/build-pkg
+++ b/contrib/solaris/build-pkg
@@ -145,21 +145,28 @@ mkdir -p ${BUILDDIR}/man/man1
145mkdir -p ${BUILDDIR}/man/man8 145mkdir -p ${BUILDDIR}/man/man8
146mkdir -p ${BUILDDIR}/etc 146mkdir -p ${BUILDDIR}/etc
147mkdir -p ${BUILDDIR}/bin 147mkdir -p ${BUILDDIR}/bin
148mkdir -p ${BUILDDIR}/libexec
148mkdir -p ${BUILDDIR}/sbin 149mkdir -p ${BUILDDIR}/sbin
149 150
150echo "Populating build directories..." 151echo "Populating build directories..."
151cp -p ../../../sshd sbin 152cp -p ../../../sshd sbin
152cp -p ../../../ssh-keygen bin 153cp -p ../../../ssh-keygen bin
154cp -p ../../../ssh-keyscan bin
153cp -p ../../../ssh bin 155cp -p ../../../ssh bin
154cp -p ../../../ssh-add bin 156cp -p ../../../ssh-add bin
155cp -p ../../../ssh-agent bin 157cp -p ../../../ssh-agent bin
156cp -p ../../../scp bin 158cp -p ../../../scp bin
157cp -p ../../../scp.1 man/man1/scp.1 159cp -p ../../../scp.1.out man/man1/scp.1
158cp -p ../../../ssh-add.1 man/man1/ssh-add.1 160cp -p ../../../sftp bin
159cp -p ../../../ssh-agent.1 man/man1/ssh-agent.1 161cp -p ../../../sftp.1.out man/man1/sftp.1
160cp -p ../../../ssh-keygen.1 man/man1/ssh-keygen.1 162cp -p ../../../sftp-server libexec/sftp-server
161cp -p ../../../ssh.1 man/man1/ssh.1 163cp -p ../../../sftp-server.8.out man/man8/sftp-server.8
162cp -p ../../../sshd.8 man/man8/sshd.8 164cp -p ../../../ssh-add.1.out man/man1/ssh-add.1
165cp -p ../../../ssh-agent.1.out man/man1/ssh-agent.1
166cp -p ../../../ssh-keygen.1.out man/man1/ssh-keygen.1
167cp -p ../../../ssh-keyscan.1.out man/man1/ssh-keyscan.1
168cp -p ../../../ssh.1.out man/man1/ssh.1
169cp -p ../../../sshd.8.out man/man8/sshd.8
163cp -p ../../../sshd_config.out etc/sshd_config.default 170cp -p ../../../sshd_config.out etc/sshd_config.default
164cp -p ../../../ssh_config.out etc/ssh_config.default 171cp -p ../../../ssh_config.out etc/ssh_config.default
165cp -p ../../../ssh_prng_cmds etc/ssh_prng_cmds.default 172cp -p ../../../ssh_prng_cmds etc/ssh_prng_cmds.default
@@ -182,8 +189,11 @@ ${STRIP} bin/ssh
182${STRIP} bin/ssh-add 189${STRIP} bin/ssh-add
183${STRIP} bin/ssh-agent 190${STRIP} bin/ssh-agent
184${STRIP} bin/ssh-keygen 191${STRIP} bin/ssh-keygen
192${STRIP} bin/ssh-keyscan
185${STRIP} sbin/sshd 193${STRIP} sbin/sshd
186${STRIP} bin/scp 194${STRIP} bin/scp
195${STRIP} bin/sftp
196${STRIP} libexec/sftp-server
187 197
188echo "" 198echo ""
189echo "Building Package" 199echo "Building Package"