Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/audio/alsa-utils/files/patch-alsactl_alsactl__init.xml
18160 views
1
--- alsactl/alsactl_init.xml.orig 2020-02-19 12:02:10 UTC
2
+++ alsactl/alsactl_init.xml
3
@@ -29,8 +29,8 @@
4
5
<refsect1><title>CONFIGURATION</title>
6
<para>All "alsactl init" configuration files are placed in
7
- <filename>/usr/share/alsa/init/</filename> directory. The top level
8
- configuration file is <filename>/usr/share/alsa/init/00main</filename>.
9
+ <filename>%%PREFIX%%/share/alsa/init/</filename> directory. The top level
10
+ configuration file is <filename>%%PREFIX%%/share/alsa/init/00main</filename>.
11
The default top-level file can be also specified using -i or
12
--initfile parameter for the alsactl tool.
13
Every file consists of a set of lines of text. All empty lines or
14
@@ -38,8 +38,8 @@
15
16
<refsect2><title>Rules files</title>
17
<para>The "alsactl init" rules are read from the files located
18
- in the <filename>/usr/share/alsa/init/*</filename>. The top
19
- level configuration file is <filename>/usr/share/alsa/init/00main</filename>.
20
+ in the <filename>%%PREFIX%%/share/alsa/init/*</filename>. The top
21
+ level configuration file is <filename>%%PREFIX%%/share/alsa/init/00main</filename>.
22
Every line in the rules file contains at least one key value pair.
23
There are two kind of keys, match and assignment keys. If all match
24
keys are matching against its value, the rule gets applied and the
25
26