search for: examplesdir

Displaying 2 results from an estimated 2 matches for "examplesdir".

Did you mean: examples_dir
2000 Jan 18
1
Patch to change installation of ssh_config and sshd_config
...======================================= RCS file: /usr/local/cvs/openssh/Makefile.in,v retrieving revision 1.18 diff -u -r1.18 Makefile.in --- Makefile.in 2000/01/17 19:23:49 1.18 +++ Makefile.in 2000/01/18 16:32:21 @@ -5,6 +5,7 @@ libexecdir=@libexecdir@ mandir=@mandir@ sysconfdir=@sysconfdir@ +examplesdir=@examplesdir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -137,16 +138,16 @@ $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_LOCATION} ; \ fi - if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ - $(INSTALL) -d $(sysconfdir); \ - $(INSTALL) -m 644 ssh_config $(sy...
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
...static uid_t saved_euid = 0; +#endif #endif /* _POSIX_SAVED_IDS */ $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 @@ -6,6 +6,7 @@ mandir=@mandir@ mansubdir=@mansubdir@ sysconfdir=@sysconfdir@ +examplesdir=@prefix@/share/examples/ssh piddir=@piddir@ srcdir=@srcdir@ top_srcdir=@top_srcdir@ @@ -130,16 +131,16 @@ $(INSTALL) -s @GNOME_ASKPASS@ $(DESTDIR)${ASKPASS_LOCATION} ; \ fi - if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config -a ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \ - $(INSTALL) -...