diff options
| author | Alexander Barton <alex@barton.de> | 2013-05-25 00:25:38 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-05-25 00:25:38 +0200 |
| commit | 7ea3864a9369086024a2d541b053963958b19899 (patch) | |
| tree | 0321cb498accebef88777ae41aab9ebaf408711d /src/testsuite/ngircd-test1.conf | |
| parent | 891dbd2acc59a6d9ff6dd8a5b12e91f5a8fa20ed (diff) | |
| download | ngircd-7ea3864a9369086024a2d541b053963958b19899.tar.gz ngircd-7ea3864a9369086024a2d541b053963958b19899.zip | |
IncludeDir: default to "$SYSCONFDIR/ngircd.conf.d"
Now "IncludeDir" defaults to "$SYSCONFDIR/ngircd.conf.d" instead of no directory, but a missing directory is only reported as an error if it has explicitely configured in the main configuration file and simply ignored otherwise. Therefore it is now possible not to touch the default (sample) configuration file at all, and set all distribution and/or system specific configuration options in "*.conf" files stored in "$SYSCONFDIF/ngircd.conf.d/". Thanks to "Elmasloco" for the idea!
Diffstat (limited to 'src/testsuite/ngircd-test1.conf')
| -rw-r--r-- | src/testsuite/ngircd-test1.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 1e40fd3c..0d0cccc9 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -16,6 +16,7 @@ [Options] OperCanUseMode = yes Ident = no + IncludeDir = /var/empty PAM = no [Operator] |