search for: gnome_askpass

Displaying 10 results from an estimated 10 matches for "gnome_askpass".

1999 Dec 09
1
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
...ce. --- openssh-1.2pre17/Makefile.in~ Thu Dec 9 00:48:58 1999 +++ openssh-1.2pre17/Makefile.in Thu Dec 9 06:51:41 1999 @@ -92,9 +92,9 @@ -rm -f $(mandir)/man1/slogin.1 ln -s ssh.1 $(mandir)/man1/slogin.1 - $(INSTALL) -d $(libexecdir) ; - $(INSTALL) -d $(libexecdir)/ssh ; if [ ! -z "@GNOME_ASKPASS@" ] ; then \ + $(INSTALL) -d $(libexecdir) ; \ + $(INSTALL) -d $(libexecdir)/ssh ; \ $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \ fi @@ -129,7 +129,6 @@ -rm -f $(mandir)/man1/ssh-keygen.1 -rm -f $(mandir)/man8/sshd.8 -rm -f $(bindir)/slogin - -rm -f $(mandir)/man1/slogin...
1999 Dec 09
0
xauth location in openssh-1.2pre17
...+ echo "$ac_t""no" 1>&6 +fi + +cat >> confdefs.h <<EOF +#define XAUTH_PATH "$xauth_path" +EOF + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -2426,6 +2466,7 @@ s%@GNOME_ASKPASS@%$GNOME_ASKPASS%g s%@RANDOM_POOL@%$RANDOM_POOL%g s%@LIBWRAP@%$LIBWRAP%g +s%@xauth_path@%$xauth_path%g CEOF EOF _____________________________________________________ Sent by Jahoopa Free Email! Find us on the web at http://www.jahoopa.com Join today!
1999 Nov 19
0
Request for change in ssh-askpass location after pre12
...t; -DASKPASS_PROGRAM=\"$(ASKPASS_PROGRAM)\" @@ -81,12 +81,11 @@ ln -sf ssh.1 $(mandir)/man1/slogin.1 if [ "x at INSTALL_ASKPASS@" = "xyes" ] ; then \ - install -d $(libdir) ; \ - install -d $(libdir)/ssh ; \ + install -d $(libexecdir)/ssh ; \ if [ -z "@GNOME_ASKPASS@" ] ; then \ - install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \ + install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ else \ - install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \ + install -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \ fi ; \ fi
1999 Nov 22
1
[PATCH] A couple of small fixes for 1.2pre14.
...=@libexecdir@ mandir=@mandir@ sysconfdir=@sysconfdir@ @@ -83,7 +82,7 @@ ln -sf ssh.1 $(mandir)/man1/slogin.1 if [ "x at INSTALL_ASKPASS@" = "xyes" ] ; then \ - install -d $(libdir) ; \ + install -d $(libexecdir) ; \ install -d $(libexecdir)/ssh ; \ if [ -z "@GNOME_ASKPASS@" ] ; then \ install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ -- Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/ ----------->> Stop software piracy --- use free software! <<-----------
1999 Dec 08
0
Patches to help pre16 run on NetBSD
...FS%g s%@LDFLAGS@%$LDFLAGS%g s%@LIBS@%$LIBS%g +s%@LIBWRAP@%$LIBWRAP%g s%@exec_prefix@%$exec_prefix%g s%@prefix@%$prefix%g s%@program_transform_name@%$program_transform_name%g --- Makefile.in.orig Wed Dec 8 12:34:45 1999 +++ Makefile.in Wed Dec 8 12:35:16 1999 @@ -15,6 +15,7 @@ EXTRA_TARGETS=@GNOME_ASKPASS@ TARGETS=libssh.a ssh sshd ssh-add ssh-keygen ssh-agent scp $(EXTRA_TARGETS) LIBS=@LIBS@ +LIBWRAP=@LIBWRAP@ AR=@AR@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ @@ -48,7 +49,7 @@ sshd: sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ pty.o log-server.o login.o servconf.o serverloop.o bsd...
2000 Jan 18
1
Patch to change installation of ssh_config and sshd_config
...ff -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 $(sysconfdir)/ssh_config; \ - $(INSTALL) -m 644 sshd_config $(sysconfdir)/sshd_config; \ + if [ ! -f $(examplesdir)/ssh...
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
...file.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) -d $(DESTDIR)$(sysconfdir); \ - $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \ - $(INSTALL) -m 644 sshd_config.out $...
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...ln -sf ssh $(bindir)/slogin ln -sf ssh.1 $(mandir)/man1/slogin.1 if [ "x at INSTALL_ASKPASS@" = "xyes" ] ; then \ - install -d $(libexecdir) ; \ - install -d $(libexecdir)/ssh ; \ + $(INSTALL) -d $(libexecdir) ; \ + $(INSTALL) -d $(libexecdir)/ssh ; \ if [ -z "@GNOME_ASKPASS@" ] ; then \ - install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ + $(INSTALL) -m755 ssh-askpass ${ASKPASS_PROGRAM}; \ else \ - install -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \ + $(INSTALL) -m755 gnome-ssh-askpass ${ASKPASS_PROGRAM}; \ fi ; \ fi if [ ! -f $(sysconfd...
1999 Nov 23
2
Fixes for Solaris
...=@libexecdir@ mandir=@mandir@ sysconfdir=@sysconfdir@ @@ -83,7 +82,7 @@ ln -sf ssh.1 $(mandir)/man1/slogin.1 if [ "x at INSTALL_ASKPASS@" = "xyes" ] ; then \ - install -d $(libdir) ; \ + install -d $(libexecdir) ; \ install -d $(libexecdir)/ssh ; \ if [ -z "@GNOME_ASKPASS@" ] ; then \ install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ Index: README =================================================================== RCS file: /var/cvs/openssh/README,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- README 1999/11/22 04:24:35 1.25...
2000 Sep 03
1
installing OpenSSH rpm on SuSE 6.2
...i386.rpm error: failed dependencies: rpmlib(VersionedDependencies) <= 3.0.3-1 is needed by openssh-2.2.0p1-1 I have rpm version 3.03. My gnome libraries are almost certainly incompatible with those of Redhat (this rpm was made for Redhat) so I disabled the building of the gnome feature (gnome_askpass) below. Also, the spec file talks about something else called tcp_wrappers. Never heard of this. In any case, can you shed light on the problem above and whether anything can be done about it? Sincerely, Faheem Mitha. *****************************************************...