checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for gawk... gawk
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for a BSD-compatible install... /bin/install -c
checking for egrep... (cached) /bin/grep -E
checking for ar... /usr/bin/ar
checking for cat... /bin/cat
checking for kill... /bin/kill
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sed... /bin/sed
checking for ent... no
checking for bash... /bin/bash
checking for ksh... (cached) /bin/bash
checking for sh... (cached) /bin/bash
checking for sh... /bin/sh
checking for groupadd... /usr/sbin/groupadd
checking for useradd... /usr/sbin/useradd
checking for pkgmk... no
checking for special C compiler options needed for large
files... no
checking for _FILE_OFFSET_BITS value needed for large
files... 64
checking for login... /bin/login
checking for passwd... /usr/bin/passwd
checking for inline... inline
checking whether LLONG_MAX is declared... no
.
.
.
./mkinstalldirs /usr/sbin
./mkinstalldirs /usr/share/man
./mkinstalldirs /usr/share
./mkinstalldirs /usr/share/man/man1
./mkinstalldirs /usr/share/man/man5
./mkinstalldirs /usr/share/man/man8
./mkinstalldirs /usr/sbin
(umask 022 ; ./mkinstalldirs /var/empty)
/bin/install -c -m 0755 -s ssh /usr/bin/ssh
/bin/install -c -m 0755 -s scp /usr/bin/scp
/bin/install -c -m 0755 -s ssh-add /usr/bin/ssh-add
/bin/install -c -m 0755 -s ssh-agent /usr/bin/ssh-agent
/bin/install -c -m 0755 -s ssh-keygen /usr/bin/ssh-keygen
/bin/install -c -m 0755 -s ssh-keyscan /usr/bin/ssh-keyscan
/bin/install -c -m 0755 -s sshd /usr/sbin/sshd
if test ! -z """" ; then \
/bin/install -c -m 0755 -s ssh-rand-helper
/usr/sbin/ssh-rand-helper ; \
fi
/bin/install -c -m 4711 -s ssh-keysign
/usr/sbin/ssh-keysign
/bin/install -c -m 0755 -s sftp /usr/bin/sftp
/bin/install -c -m 0755 -s sftp-server
/usr/sbin/sftp-server
/bin/install -c -m 644 ssh.1.out /usr/share/man/man1/ssh.1
/bin/install -c -m 644 scp.1.out /usr/share/man/man1/scp.1
/bin/install -c -m 644 ssh-add.1.out
/usr/share/man/man1/ssh-add.1
/bin/install -c -m 644 ssh-agent.1.out
/usr/share/man/man1/ssh-agent.1
/bin/install -c -m 644 ssh-keygen.1.out
/usr/share/man/man1/ssh-keygen.1
/bin/install -c -m 644 ssh-keyscan.1.out
/usr/share/man/man1/ssh-keyscan.1
/bin/install -c -m 644 sshd_config.5.out
/usr/share/man/man5/sshd_config.5
/bin/install -c -m 644 ssh_config.5.out
/usr/share/man/man5/ssh_config.5
/bin/install -c -m 644 sshd.8.out
/usr/share/man/man8/sshd.8
if [ ! -z """" ]; then \
/bin/install -c -m 644 ssh-rand-helper.8.out
/usr/share/man/man8/ssh-rand-helper.8 ; \
fi
/bin/install -c -m 644 sftp.1.out
/usr/share/man/man1/sftp.1
/bin/install -c -m 644 sftp-server.8.out
/usr/share/man/man8/sftp-server.8
/bin/install -c -m 644 ssh-keysign.8.out
/usr/share/man/man8/ssh-keysign.8
rm -f /usr/bin/slogin
ln -s ./ssh /usr/bin/slogin
rm -f /usr/share/man/man1/slogin.1
ln -s ./ssh.1 /usr/share/man/man1/slogin.1
if [ ! -d /etc/ssh ]; then \
./mkinstalldirs /etc/ssh; \
fi
/etc/ssh/ssh_config already exists, install will not
overwrite
/etc/ssh/sshd_config already exists, install will not
overwrite
/etc/ssh/moduli already exists, install will not overwrite
/etc/ssh/ssh_host_key already exists, skipping.
/etc/ssh/ssh_host_dsa_key already exists, skipping.
/etc/ssh/ssh_host_rsa_key already exists, skipping.
/usr/sbin/sshd -t -f /etc/ssh/sshd_config
|