From 24fe1eafe40885832b441a5b7278eec2f9b2919b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 3 Mar 2005 15:59:32 +0000 Subject: [PATCH] Install rlogind(8). Pointy hat is available on request. --- libexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/Makefile b/libexec/Makefile index defc296f48d7..4b248177c135 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -48,7 +48,7 @@ _rtld-elf= rtld-elf .if !defined(NO_RCMDS) _rexecd= rexecd -_logind= rlogind +_rlogind= rlogind _rshd= rshd .endif