]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
[Makefile.in] replace "id sshd" with "sshd -t"
authorTim Rice <tim@multitalents.net>
Sun, 14 Jul 2002 17:02:20 +0000 (10:02 -0700)
committerTim Rice <tim@multitalents.net>
Sun, 14 Jul 2002 17:02:20 +0000 (10:02 -0700)
ChangeLog
Makefile.in

index 24cffde6b1b6ed5a851401091096584027023755..632b41da056029c275087a83f54fdaf13b2f382b 100644 (file)
--- 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
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2361 2002/07/13 01:11:24 tim Exp $
+$Id: ChangeLog,v 1.2362 2002/07/14 17:02:20 tim Exp $
index 6e7cb18766df45b80a26bae4447404c53bde9b86..89d02c9598738eac90f1da48ec348a4e8d103bd1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.221 2002/07/12 16:04:07 tim Exp $
+# $Id: Makefile.in,v 1.222 2002/07/14 17:02:21 tim Exp $
 
 # uncomment if you run a non bourne compatable shell. Ie. csh
 #SHELL = @SH@
@@ -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)