summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.in18
2 files changed, 13 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 296474ba3..110bbfdb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
120010418 120010418
2 - OpenBSD CVS Sync 2 - OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2001/04/17 19:34:25 3 - markus@cvs.openbsd.org 2001/04/17 19:34:25
4 [session.c] 4 [session.c]
5 move auth_approval to do_authenticated(). 5 move auth_approval to do_authenticated().
@@ -8,6 +8,8 @@
8 - markus@cvs.openbsd.org 2001/04/18 14:15:00 8 - markus@cvs.openbsd.org 2001/04/18 14:15:00
9 [canohost.c] 9 [canohost.c]
10 debug->debug3 10 debug->debug3
11 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
12 be working again.
11 13
1220010417 1420010417
13 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in 15 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
@@ -31,7 +33,6 @@
31 undo socks5 and https support since they are not really used and 33 undo socks5 and https support since they are not really used and
32 only bloat ssh. remove -D from usage(), since '-D' is experimental. 34 only bloat ssh. remove -D from usage(), since '-D' is experimental.
33 35
34
3520010416 3620010416
36 - OpenBSD CVS Sync 37 - OpenBSD CVS Sync
37 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22 38 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
@@ -5156,4 +5157,4 @@
5156 - Wrote replacements for strlcpy and mkdtemp 5157 - Wrote replacements for strlcpy and mkdtemp
5157 - Released 1.0pre1 5158 - Released 1.0pre1
5158 5159
5159$Id: ChangeLog,v 1.1137 2001/04/18 15:32:44 mouring Exp $ 5160$Id: ChangeLog,v 1.1138 2001/04/18 15:46:01 mouring Exp $
diff --git a/Makefile.in b/Makefile.in
index 507da8e92..e2f2d56b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.170 2001/04/17 17:57:11 mouring Exp $ 1# $Id: Makefile.in,v 1.171 2001/04/18 15:46:03 mouring Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -148,15 +148,15 @@ mrproper: distclean
148veryclean: distclean 148veryclean: distclean
149 rm -f configure config.h.in *.0 149 rm -f configure config.h.in *.0
150 150
151#catman-do: 151catman-do:
152# @for f in $(TROFFMAN) ; do \ 152 @for f in $(MANPAGES) ; do \
153# base=`echo $$f | sed 's/\..*$$//'` ; \ 153 base=`echo $$f | sed 's/\..*$$//'` ; \
154# echo "$$f -> $$base.0" ; \ 154 echo "$$f -> $$base.0" ; \
155# nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \ 155 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
156# >$$base.0 ; \ 156 >$$base.0 ; \
157# done 157 done
158 158
159distprep: #catman-do 159distprep: catman-do
160 autoreconf 160 autoreconf
161 161
162install: $(TARGETS) install-files host-key 162install: $(TARGETS) install-files host-key