[comp.bugs.4bsd] Registerd Makefile is Incorrect

stevea@i88.isc.com (Steve Alexander) (10/22/90)

Subject: registerd/Makefile installs target in wrong directory
Index: kerberosIV 4.3BSD-reno

Description:
	Inetd(8) is looking for registerd in /usr/libexec but it's installed
	in /usr/sbin.
Repeat-By:
	Grep for registerd in /etc/inetd.conf.
Fix:
	Add the correct BINDIR definition.

*** Makefile-	Tue Oct 16 18:40:45 1990
--- Makefile	Tue Oct 16 19:25:04 1990
***************
*** 12,17 ****
--- 12,18 ----
  .PATH:	${.CURDIR}/../../usr.bin/rlogin
  DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
  LDADD=	-lkdb -lkrb -ldes
+ BINDIR= /usr/libexec
  MAN8=	registerd.0
  
  .include <bsd.prog.mk>
--
Steve Alexander, Software Technologies Group    | stevea@i88.isc.com
INTERACTIVE Systems Corporation, Naperville, IL | ...!{sun,ico}!laidbak!stevea