[pulseaudio-discuss] [PATCH v2 0/2] .d directories for configuration

Tanu Kaskinen tanuk at iki.fi
Thu Dec 3 21:58:23 PST 2015


I sent v1 a long time ago, and agreed to make a couple of changes that
David suggested, but I didn't implement those changes until now.
Here's the original thread:
http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/23592

Changes in v2:
 - Split the original patch into two parts.
 - Added documentation to the man pages.
 - Changed a debug message about non-existent .d directory from
     "scandir(\"%s\") failed: %s", dir_name, pa_cstrerror(errno)
   to
     "%s does not exist, ignoring.", dir_name

Tanu Kaskinen (2):
  conf-parser: add support for .d directories
  client-conf, daemon-conf: enable .d directories

 man/pulse-client.conf.5.xml.in          | 18 ++++++++++----
 man/pulse-daemon.conf.5.xml.in          | 24 +++++++++++++------
 src/daemon/daemon-conf.c                |  2 +-
 src/modules/alsa/alsa-mixer.c           |  4 ++--
 src/modules/module-augment-properties.c |  2 +-
 src/pulse/client-conf.c                 |  2 +-
 src/pulsecore/conf-parser.c             | 42 +++++++++++++++++++++++++++++++--
 src/pulsecore/conf-parser.h             |  8 ++++++-
 8 files changed, 83 insertions(+), 19 deletions(-)

-- 
2.6.2



More information about the pulseaudio-discuss mailing list