Ignore:
Timestamp:
Jun 16, 2009, 5:52:30 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.12

Location:
branches/samba-3.2.x/docs-xml/smbdotconf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/smbdotconf/logon/abortshutdownscript.xml

    r203 r272  
    1010               
    1111        <para>If the connected user posseses the <constant>SeRemoteShutdownPrivilege</constant>,
    12         right, this command will be run as user.</para>
     12        right, this command will be run as root.</para>
    1313</description>
    1414<value type="default">&quot;&quot;</value>
  • branches/samba-3.2.x/docs-xml/smbdotconf/logon/shutdownscript.xml

    r203 r272  
    1111
    1212        <para>If the connected user posseses the <constant>SeRemoteShutdownPrivilege</constant>,
    13         right, this command will be run as user.</para>
     13        right, this command will be run as root.</para>
    1414
    1515        <para>The %z %t %r %f variables are expanded as follows:</para>
     
    4343<programlisting format="linespecific">
    4444#!/bin/bash
    45                
    46 $time=0
    47 let &quot;time/60&quot;
    48 let &quot;time++&quot;
     45
     46time=$2
     47let time=&quot;${time} / 60&quot;
     48let time=&quot;${time} + 1&quot;
    4949
    5050/sbin/shutdown $3 $4 +$time $1 &amp;
     51
    5152</programlisting>
    5253        Shutdown does not return so we need to launch it in background.
  • branches/samba-3.2.x/docs-xml/smbdotconf/protocol/unixextensions.xml

    r203 r272  
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66 <description>
    7     <para>This boolean parameter controls whether Samba 
    8     implments the CIFS UNIX extensions, as defined by HP.
     7    <para>This boolean parameter controls whether Samba
     8    implements the CIFS UNIX extensions, as defined by HP.
    99    These extensions enable Samba to better serve UNIX CIFS clients
    1010    by supporting features such as symbolic links, hard links, etc...
Note: See TracChangeset for help on using the changeset viewer.