blob: c4c3a2bf7d5e3c88e7d63c55195a599bf25b845e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<samba:parameter name="pid directory"
context="G"
type="string"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option specifies the directory where pid
files will be placed. </para>
</description>
<value type="default">${prefix}/var/locks</value>
<value type="example">pid directory = /var/run/</value>
</samba:parameter>
|