From 798c580810f0880bfe7cced2e09ce28a6e6a6c84 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 14 Jul 2002 17:02:20 +0000 Subject: [PATCH] [Makefile.in] replace "id sshd" with "sshd -t" --- ChangeLog | 3 +++ Makefile.in | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11d6970b..63c67585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20020714 + - (tim) [Makefile.in] replace "id sshd" with "sshd -t" + 20020712 - (tim) [Makefile.in] quiet down install-files: and check-user: - (tim) [configure.ac] remove unused filepriv line diff --git a/Makefile.in b/Makefile.in index 62c78a3b..37cf6934 100644 --- a/Makefile.in +++ b/Makefile.in @@ -198,12 +198,11 @@ distprep: catman-do $(AUTORECONF) (cd scard && $(MAKE) -f Makefile.in distprep) -install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key check-user +install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key check-config install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files -check-user: - @id $(SSH_PRIVSEP_USER) || \ - echo "WARNING: Privilege separation user \"$(SSH_PRIVSEP_USER)\" does not exist" +check-config: + -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config scard-install: (cd scard && $(MAKE) DESTDIR=$(DESTDIR) install) -- 2.45.2