CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/25 19:06:37
Modified files:
regress/usr.sbin/ldapd: Makefile
Log message:
Each entry in REGRESS_TARGETS is run in a separate make process, so the
.END target will kill ldapd after each one. To compensate, make each test
target depend on bootstrap to ensure ldapd is running. In .END, remove the
pid file after killing ldapd so reduce noise.
