• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/docs-xml/smbdotconf/protocol/
1<samba:parameter name="svcctl list"
2		 type="string"
3                 context="G"
4                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6    <para>This option defines a list of init scripts that smbd
7    will use for starting and stopping Unix services via the Win32 
8    ServiceControl API.  This allows Windows administrators to 
9    utilize the MS Management Console plug-ins to manage a 
10    Unix server running Samba.</para>
11
12    <para>The administrator must create a directory
13    name <filename>svcctl</filename> in Samba's $(libdir)
14    and create symbolic links to the init scripts in 
15    <filename>/etc/init.d/</filename>.  The name of the links
16    must match the names given as part of the <parameter>svcctl list</parameter>.
17    </para>
18</description>
19
20<value type="default"/>
21<value type="example">cups postfix portmap httpd</value>
22</samba:parameter>
23