summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiederik de Haas <didi.debian@cknow.org>2021-12-18 19:56:46 +0100
committerDiederik de Haas <didi.debian@cknow.org>2021-12-18 19:56:46 +0100
commit1883355f1b4a00c44dc80f149e0ca6a1af4e9eac (patch)
treef37ddbc5895561a665a2abb4467e1a98e76e12e4 /src
parent5b000acb1a3677c71dcccf7ecd6d76c89bb3a7a0 (diff)
downloadpulseaudio-1883355f1b4a00c44dc80f149e0ca6a1af4e9eac.tar.gz
conf: Note configuration snippets must end in .pa
At least on Debian (based) systems, the convention for configuration files is .conf, but for PA they need to be .pa, so mention that. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/678>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/daemon/default.pa.in1
-rwxr-xr-xsrc/daemon/system.pa.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index a3ddad9ff..81dfe7103 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -171,5 +171,6 @@ load-module module-filter-apply
### Allow including a default.pa.d directory, which if present, can be used
### for additional configuration snippets.
+### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include @PA_DEFAULT_CONFIG_DIR_UNQUOTED@/default.pa.d
diff --git a/src/daemon/system.pa.in b/src/daemon/system.pa.in
index 989fcb4f3..795045bd4 100755
--- a/src/daemon/system.pa.in
+++ b/src/daemon/system.pa.in
@@ -69,5 +69,6 @@ load-module module-position-event-sounds
### Allow including a system.pa.d directory, which if present, can be used
### for additional configuration snippets.
+### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include @PA_DEFAULT_CONFIG_DIR_UNQUOTED@/system.pa.d