From 65d6735c5949ec233df9813f734e918a93fa36cf Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> Date: Mon, 16 Sep 2019 17:17:49 +0200 Subject: Add support for a vendor directory and libeconf (#136) With this, it is possible for Linux distributors to store their supplied default configuration files somewhere below /usr, while /etc only contains the changes made by the user. The new option --enable-vendordir defines where Linux-PAM should additional look for pam.d/*, login.defs and securetty if this files are not in /etc. libeconf is a key/value configuration file reading library, which handles the split of configuration files in different locations and merges them transparently for the application. --- doc/custom-html.xsl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/custom-html.xsl (limited to 'doc/custom-html.xsl') diff --git a/doc/custom-html.xsl b/doc/custom-html.xsl new file mode 100644 index 00000000..081beaf6 --- /dev/null +++ b/doc/custom-html.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3