]> andersk Git - openssh.git/commitdiff
[Makefile.in] replace "id sshd" with "sshd -t"
authortim <tim>
Sun, 14 Jul 2002 17:02:20 +0000 (17:02 +0000)
committertim <tim>
Sun, 14 Jul 2002 17:02:20 +0000 (17:02 +0000)
ChangeLog
Makefile.in

index 11d6970bb569f9fe616ffe739ae0dff84a9137e0..63c67585750a92507ee3fcbf94c1e5184cff77ee 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
index 62c78a3b0b94d278a2e8b4cef14d107f86309eb1..37cf69349d260108378c87ebdb223147fcb6ef9f 100644 (file)
@@ -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)
This page took 0.051975 seconds and 5 git commands to generate.