summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-26 12:15:30 +1100
committerDamien Miller <djm@mindrot.org>2000-01-26 12:15:30 +1100
commit0e1cf7caa785dd502099c2ee0cedd852d1ded90b (patch)
tree4102174b78c968ef58fd3e930ccbf954625f9cbe
parentfa51a83f544bf84f3721fdc02f1cd568f96aee42 (diff)
- Use preformatted manpages on SCO, report from Gary E. Miller
<gem@rellim.com> - New URL for x11-ssh-askpass.
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL3
-rw-r--r--TODO2
-rw-r--r--configure.in3
-rw-r--r--packages/redhat/openssh.spec2
5 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ce09783..4ad26aa1 100644
--- 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 95722e4d..90bee190 100644
--- 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 785b4906..4a92ad99 100644
--- 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
diff --git a/configure.in b/configure.in
index 6f5cdafc..615a8dac 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec
index 2494d004..ece13c5b 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -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