]> andersk Git - openssh.git/commitdiff
- Use preformatted manpages on SCO, report from Gary E. Miller
authordamien <damien>
Wed, 26 Jan 2000 01:15:30 +0000 (01:15 +0000)
committerdamien <damien>
Wed, 26 Jan 2000 01:15:30 +0000 (01:15 +0000)
   <gem@rellim.com>
 - New URL for x11-ssh-askpass.

ChangeLog
INSTALL
TODO
configure.in
packages/redhat/openssh.spec

index 3ce097835cbc2ff66ebd7bc2b3280e356a012158..4ad26aa150d9e6337d4db0b137060d264a50e974 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
    <andre.lucas@dial.pipex.com>
  - Reorder PAM initialisation so it does not mess up lastlog. Reported
    by Andre Lucas <andre.lucas@dial.pipex.com>
+ - Use preformatted manpages on SCO, report from Gary E. Miller 
+   <gem@rellim.com>
+ - New URL for x11-ssh-askpass.
 
 20000124
  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
diff --git a/INSTALL b/INSTALL
index 95722e4d12aa594ae45bd83ade34a24bef2e1d7c..90bee19056af23fdc99e4d372611bc8d84419249 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -30,8 +30,7 @@ http://www.gnome.org/
 Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11
 passphrase requester. This is maintained seperatly at:
 
-http://www.pobox.com/~jmknoble/jmk/
-
+http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
 
 If you are planning to use OpenSSH on a Unix which lacks a Kernel random
 number generator (/dev/urandom), you will need to install the Entropy
diff --git a/TODO b/TODO
index 785b49066d3a576f60cbdd217d290dceed4610b7..4a92ad995aa960981ea9ec931fe0ec3c2770e78f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,3 +8,5 @@
   lack of u_intXX_t types. There must be a better way.
 
 - Move all compatability cruft (bsd-*, fake-*) into subordinate library
+
+- Cleanup configure.in
index 6f5cdafc72262673b50a00bcc01ec7d42da6bd0f..615a8dac37ee6ed95f2a8024afcf0fac3c722de5 100644 (file)
@@ -125,6 +125,9 @@ case "$host" in
        AC_DEFINE(USE_UTMPX)
        ;;
 *-*-sysv*)
+       AC_DEFINE(USE_UTMPX)
+       MANTYPE='$(CATMAN)'
+       mansubdir=cat
        LIBS="$LIBS -lgen -lsocket"
        ;;
 esac
index 2494d00413783148f3da3c089a89f51812895d62..ece13c5b796777507d1f6af029d48fd8f8f7e344 100644 (file)
@@ -10,7 +10,7 @@ Version: %{oversion}
 Release: 1
 Packager: Damien Miller <djm@ibs.com.au>
 Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz
-Source1: http://www.pobox.com/~jmknoble/jmk/x11-ssh-askpass-%{aversion}.tar.gz
+Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
 Copyright: BSD
 Group: Applications/Internet
 BuildRoot: /tmp/openssh-%{version}-buildroot
This page took 0.050085 seconds and 5 git commands to generate.