missing feature.
Instructions for gathering data for defect reports can be found in
-`doc/source/bugs.md` or on the [wiki](https://wiki.freeradius.org/project/bug-reports).
+`doc/developers/bugs.adoc` or on the [wiki](https://wiki.freeradius.org/project/bug-reports).
Under no circumstances should the issue tracker be used for support
requests, those questions belong on the user's mailing list. If you
if test "x$ac_cv_lib_talloc__talloc" != "xyes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: talloc library not found. Use --with-talloc-lib-dir=<path>." >&5
$as_echo "$as_me: WARNING: talloc library not found. Use --with-talloc-lib-dir=<path>." >&2;}
- as_fn_error $? "FreeRADIUS requires libtalloc. Please read doc/source/dependencies.rst for further instructions." "$LINENO" 5
+ as_fn_error $? "FreeRADIUS requires libtalloc. Please read doc/developers/dependencies.adoc for further instructions." "$LINENO" 5
fi
TALLOC_LIBS="${smart_lib}"
if test "x$ac_cv_lib_kqueue_kqueue" != "xyes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: kqueue library not found. Use --with-kqueue-lib-dir=<path>." >&5
$as_echo "$as_me: WARNING: kqueue library not found. Use --with-kqueue-lib-dir=<path>." >&2;}
- as_fn_error $? "FreeRADIUS requires libkqueue (or system kqueue). Please read doc/source/dependencies.rst for further instructions." "$LINENO" 5
+ as_fn_error $? "FreeRADIUS requires libkqueue (or system kqueue). Please read doc/developers/dependencies.adoc for further instructions." "$LINENO" 5
fi
fi
FR_SMART_CHECK_LIB(talloc, _talloc)
if test "x$ac_cv_lib_talloc__talloc" != "xyes"; then
AC_MSG_WARN([talloc library not found. Use --with-talloc-lib-dir=<path>.])
- AC_MSG_ERROR([FreeRADIUS requires libtalloc. Please read doc/source/dependencies.rst for further instructions.])
+ AC_MSG_ERROR([FreeRADIUS requires libtalloc. Please read doc/developers/dependencies.adoc for further instructions.])
fi
TALLOC_LIBS="${smart_lib}"
FR_SMART_CHECK_LIB(kqueue, kqueue)
if test "x$ac_cv_lib_kqueue_kqueue" != "xyes"; then
AC_MSG_WARN([kqueue library not found. Use --with-kqueue-lib-dir=<path>.])
- AC_MSG_ERROR([FreeRADIUS requires libkqueue (or system kqueue). Please read doc/source/dependencies.rst for further instructions.])
+ AC_MSG_ERROR([FreeRADIUS requires libkqueue (or system kqueue). Please read doc/developers/dependencies.adoc for further instructions.])
fi
fi
# rotation'.
#
# If your detail files are large, you may also want to
- # add a `:%H` (see `doc/configuration/variables.rst`) to
+ # add a `:%H` (see `doc/unlang/xlat_character.adoc`) to
# the end of it, to create a new detail file every hour.
#
# e.g.:
# By default, we use the ctime format (see `man 3 ctime` for details).
#
# The header can be customised by editing this string.
- # See `doc/configuration/variables.rst` for a description
+ # See `doc/unlang/xlat.adoc` for a description
# of what can be put here.
#
header = "%t"
#
# The RADIUS attributes from the user request will be placed
# into environment variables of the executed program, as
-# described in `man unlang` and in `doc/configuration/variables.rst`
+# described in `man unlang` and in `doc/unlang/xlat.adoc`
#
# The return value of the program run determines the result of the exec
# instance call as follows:
# ntlm_auth_domain:: The domain name for ntlm_auth password change.
#
# This module support `MS-CHAPv2` (not v1) password
- # change requests. See `doc/modules/mschap.rst` for
+ # change requests. See `doc/howto/modules/mschap.adoc` for
# some IMPORTANT information.
#
# Samba/ntlm_auth - if you are using `ntlm_auth` to validate
/** Replace %whatever in a string.
*
- * See 'doc/configuration/variables.rst' for more information.
+ * See 'doc/unlang/xlat.adoc' for more information.
*
* @param[in] ctx to allocate expansion buffers in.
* @param[out] out Where to write pointer to output buffer.
/** Replace %whatever in a string.
*
- * See 'doc/configuration/variables.rst' for more information.
+ * See 'doc/unlang/xlat.adoc' for more information.
*
* @param[in] ctx to allocate expansion buffers in.
* @param[out] out Where to write pointer to output buffer.
/** Types of unlang_t nodes
*
* Here are our basic types: unlang_t, unlang_group_t, and unlang_module_t. For an
- * explanation of what they are all about, see doc/configurable_failover.rst
+ * explanation of what they are all about, see doc/unlang/configurable_failover.adoc
*/
typedef enum {
UNLANG_TYPE_NULL = 0, //!< unlang type not set.
%defattr(-,root,root)
# doc
%doc suse/README.SuSE
-%doc doc/* LICENSE COPYRIGHT CREDITS README.rst
+%doc doc/* LICENSE COPYRIGHT CREDITS README.md
# SuSE
%{_sysconfdir}/init.d/freeradius
%config %{_sysconfdir}/pam.d/radiusd