mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
fix typo
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1564,7 +1564,7 @@ Optional Packages:
|
|||||||
--with-goons-insults include the insults from the "Goon Show"
|
--with-goons-insults include the insults from the "Goon Show"
|
||||||
--with-ldap[=DIR] enable LDAP support
|
--with-ldap[=DIR] enable LDAP support
|
||||||
--with-ldap-conf-file path to LDAP configuration file
|
--with-ldap-conf-file path to LDAP configuration file
|
||||||
--with-ldap-secret-file path to LDAP secret pasdword file
|
--with-ldap-secret-file path to LDAP secret password file
|
||||||
--with-pc-insults replace politically incorrect insults with less offensive ones
|
--with-pc-insults replace politically incorrect insults with less offensive ones
|
||||||
--with-secure-path override the user's path with a built-in one
|
--with-secure-path override the user's path with a built-in one
|
||||||
--without-interfaces don't try to read the ip addr of ether interfaces
|
--without-interfaces don't try to read the ip addr of ether interfaces
|
||||||
|
@@ -918,7 +918,7 @@ AC_ARG_WITH(ldap, [ --with-ldap[[=DIR]] enable LDAP support],
|
|||||||
esac])
|
esac])
|
||||||
AC_ARG_WITH(ldap-conf-file, [ --with-ldap-conf-file path to LDAP configuration file],
|
AC_ARG_WITH(ldap-conf-file, [ --with-ldap-conf-file path to LDAP configuration file],
|
||||||
[AC_DEFINE_UNQUOTED(_PATH_LDAP_CONF, "$with_ldap_conf_file", [Path to the ldap.conf file])])
|
[AC_DEFINE_UNQUOTED(_PATH_LDAP_CONF, "$with_ldap_conf_file", [Path to the ldap.conf file])])
|
||||||
AC_ARG_WITH(ldap-secret-file, [ --with-ldap-secret-file path to LDAP secret pasdword file],
|
AC_ARG_WITH(ldap-secret-file, [ --with-ldap-secret-file path to LDAP secret password file],
|
||||||
[AC_DEFINE_UNQUOTED(_PATH_LDAP_SECRET, "$with_ldap_secret_file", [Path to the ldap.secret file])])
|
[AC_DEFINE_UNQUOTED(_PATH_LDAP_SECRET, "$with_ldap_secret_file", [Path to the ldap.secret file])])
|
||||||
|
|
||||||
AC_ARG_WITH(pc-insults, [ --with-pc-insults replace politically incorrect insults with less offensive ones],
|
AC_ARG_WITH(pc-insults, [ --with-pc-insults replace politically incorrect insults with less offensive ones],
|
||||||
|
Reference in New Issue
Block a user