diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-16 06:39:56 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-16 06:39:56 +0200 |
commit | 606f880e0fd1a31f5beb3b37ece0c12317a9ed61 (patch) | |
tree | b4afe2d6f8b77d73d309b3ed6ea2b89ad768d820 /contrib/hpux/README | |
parent | - (djm) Merge OpenBSD changes: (diff) | |
download | openssh-606f880e0fd1a31f5beb3b37ece0c12317a9ed61.tar.xz openssh-606f880e0fd1a31f5beb3b37ece0c12317a9ed61.zip |
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
- (djm) Re-enable int64_t types - we need them for sftp
- (djm) Use libexecdir from configure , rather than libexecdir/ssh
- (djm) Update Redhat SPEC file accordingly
- (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
- (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
- (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
<Dirk.DeWachter@rug.ac.be>
- (djm) Fixprogs and entropy list fixes from Larry Jones
<larry.jones@sdrc.com>
- (djm) Fix for SuSE spec file from Takashi YOSHIDA
<tyoshida@gemini.rc.kyushu-u.ac.jp>
Diffstat (limited to 'contrib/hpux/README')
-rw-r--r-- | contrib/hpux/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/hpux/README b/contrib/hpux/README new file mode 100644 index 000000000..edddfc018 --- /dev/null +++ b/contrib/hpux/README @@ -0,0 +1,19 @@ +README for OpenSSH HP-UX contrib files +Kevin Steves <stevesk@sweden.hp.com> + +sshd: configuration file for sshd.rc +sshd.rc: SSH startup script + +To install: + +o Verify paths in sshd.rc match your local installation + (WHAT_PATH and WHAT_PID) +o Customize sshd if needed (SSHD_ARGS) +o Install: + + # cp sshd /etc/rc.config.d + # chmod 444 /etc/rc.config.d/sshd + # cp sshd.rc /sbin/init.d + # chmod 555 /sbin/init.d/sshd.rc + # ln -s /sbin/init.d/sshd.rc /sbin/rc1.d/K100sshd + # ln -s /sbin/init.d/sshd.rc /sbin/rc2.d/S900sshd |