diff options
Diffstat (limited to 'security/openssh/patches/patch-ah')
-rw-r--r-- | security/openssh/patches/patch-ah | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/openssh/patches/patch-ah b/security/openssh/patches/patch-ah index 3e1eafc745d..0bfb560c4f0 100644 --- a/security/openssh/patches/patch-ah +++ b/security/openssh/patches/patch-ah @@ -1,7 +1,6 @@ -$NetBSD: patch-ah,v 1.2 2000/01/27 17:12:05 hubertf Exp $ - ---- Makefile.in.orig Thu Jan 27 04:15:48 2000 -+++ Makefile.in Thu Jan 27 17:07:34 2000 +$NetBSD: patch-ah,v 1.3 2000/03/26 14:36:25 itojun Exp $ +--- Makefile.in.orig Thu Mar 16 08:48:26 2000 ++++ Makefile.in Sun Mar 26 23:19:20 2000 @@ -6,6 +6,7 @@ mandir=@mandir@ mansubdir=@mansubdir@ @@ -10,9 +9,9 @@ $NetBSD: patch-ah,v 1.2 2000/01/27 17:12:05 hubertf Exp $ piddir=@piddir@ srcdir=@srcdir@ top_srcdir=@top_srcdir@ -@@ -130,16 +131,16 @@ - $(INSTALL) -s @GNOME_ASKPASS@ $(DESTDIR)${ASKPASS_LOCATION} ; \ - fi +@@ -118,19 +119,19 @@ + -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 + ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 - if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config -a ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \ - $(INSTALL) -d $(DESTDIR)$(sysconfdir); \ @@ -24,6 +23,9 @@ $NetBSD: patch-ah,v 1.2 2000/01/27 17:12:05 hubertf Exp $ + $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(examplesdir)/sshd_config; \ fi + host-key: ssh-keygen + ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' + uninstallall: uninstall - -rm -f $(DESTDIR)$(sysconfdir)/ssh_config - -rm -f $(DESTDIR)$(sysconfdir)/sshd_config |