diff --git a/ChangeLog b/ChangeLog index c4a3475e1..923ccff14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 20010628 - (djm) Sync openbsd-compat with -current libc + - (djm) Fix from Lutz Jaenicke for my + broken makefile 20010627 - (djm) Reintroduce pam_session call for non-pty sessions. @@ -5812,4 +5814,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1335 2001/06/28 04:48:28 djm Exp $ +$Id: ChangeLog,v 1.1336 2001/06/28 10:23:14 djm Exp $ diff --git a/Makefile.in b/Makefile.in index 0458b3059..ac8b94a4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.178 2001/06/27 11:52:33 djm Exp $ +# $Id: Makefile.in,v 1.179 2001/06/28 10:23:15 djm Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -221,7 +221,7 @@ install-files: if [ -f $(DESTDIR)$(sysconfdir)/primes ]; then \ echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \ mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \ - else ; \ + else \ $(INSTALL) -m 644 moduli.out $(DESTDIR)$(sysconfdir)/moduli; \ fi ; \ else \