Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/net.8

    r427 r478  
    22.\"    Author: [see the "AUTHOR" section]
    33.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
    4 .\"      Date: 03/30/2010
     4.\"      Date: 06/18/2010
    55.\"    Manual: System Administration tools
    66.\"    Source: Samba 3.5
    77.\"  Language: English
    88.\"
    9 .TH "NET" "8" "03/30/2010" "Samba 3\&.5" "System Administration tools"
     9.TH "NET" "8" "06/18/2010" "Samba 3\&.5" "System Administration tools"
    1010.\" -----------------------------------------------------------------
    1111.\" * (re)Define some macros
     
    13241324.PP
    13251325This example would connect to a computer named XP as the local administrator using password secret, and rename the joined computer to XPNEW using the MYDOM domain administrator account and password topsecret\&. After successful rename, the computer would reboot\&.
     1326.SS "G_LOCK"
     1327.PP
     1328Manage global locks\&.
     1329.SS "G_LOCK DO lockname timeout command"
     1330.PP
     1331Execute a shell command under a global lock\&. This might be useful to define the order in which several shell commands will be executed\&. The locking information is stored in a file called
     1332\FCg_lock\&.tdb\F[]\&. In setups with CTDB running, the locking information will be available on all cluster nodes\&.
     1333.sp
     1334.RS 4
     1335.ie n \{\
     1336\h'-04'\(bu\h'+03'\c
     1337.\}
     1338.el \{\
     1339.sp -1
     1340.IP \(bu 2.3
     1341.\}
     1342\fILOCKNAME\fR
     1343defines the name of the global lock\&.
     1344.RE
     1345.sp
     1346.RS 4
     1347.ie n \{\
     1348\h'-04'\(bu\h'+03'\c
     1349.\}
     1350.el \{\
     1351.sp -1
     1352.IP \(bu 2.3
     1353.\}
     1354\fITIMEOUT\fR
     1355defines the timeout\&.
     1356.RE
     1357.sp
     1358.RS 4
     1359.ie n \{\
     1360\h'-04'\(bu\h'+03'\c
     1361.\}
     1362.el \{\
     1363.sp -1
     1364.IP \(bu 2.3
     1365.\}
     1366\fICOMMAND\fR
     1367defines the shell command to execute\&.
     1368.SS "G_LOCK LOCKS"
     1369.PP
     1370Print a list of all currently existing locknames\&.
     1371.SS "G_LOCK DUMP lockname"
     1372.PP
     1373Dump the locking table of a certain global lock\&.
    13261374.SS "HELP [COMMAND]"
    13271375.PP
Note: See TracChangeset for help on using the changeset viewer.