mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add HAVE_CHROOT ifdef
This commit is contained in:
parent
20a67a2dbc
commit
66bad2ad21
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ usage( char *name )
|
|||
"\t-l sysloguser\tSyslog User (default: LOCAL4)\n"
|
||||
#endif
|
||||
"\t-n serverName\tservice name\n"
|
||||
#ifdef HAVE_CHROOT
|
||||
"\t-r directory\n"
|
||||
#endif
|
||||
"\t-s level\tSyslog Level\n"
|
||||
#ifdef SLAPD_BDB2
|
||||
"\t-t\t\tEnable BDB2 timing\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue