svn commit: samba r13073 - in branches/SAMBA_4_0/source/utils: . man

jelmer at samba.org jelmer at samba.org
Mon Jan 23 03:24:07 GMT 2006


Author: jelmer
Date: 2006-01-23 03:24:06 +0000 (Mon, 23 Jan 2006)
New Revision: 13073

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13073

Log:
Add manpage for getntacl, disable setntacl

Added:
   branches/SAMBA_4_0/source/utils/man/getntacl.1.xml
Modified:
   branches/SAMBA_4_0/source/utils/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/utils/config.mk
===================================================================
--- branches/SAMBA_4_0/source/utils/config.mk	2006-01-23 00:19:45 UTC (rev 13072)
+++ branches/SAMBA_4_0/source/utils/config.mk	2006-01-23 03:24:06 UTC (rev 13073)
@@ -35,6 +35,7 @@
 #################################
 # Start BINARY getntacl
 [BINARY::getntacl]
+MANPAGE = man/getntacl.1
 INSTALLDIR = BINDIR
 OBJ_FILES = \
 		getntacl.o
@@ -49,7 +50,8 @@
 #################################
 # Start BINARY setntacl
 [BINARY::setntacl]
-INSTALLDIR = BINDIR
+# disabled until rewritten
+#INSTALLDIR = BINDIR
 OBJ_FILES = \
 		setntacl.o
 REQUIRED_SUBSYSTEMS = \

Added: branches/SAMBA_4_0/source/utils/man/getntacl.1.xml
===================================================================
--- branches/SAMBA_4_0/source/utils/man/getntacl.1.xml	2006-01-23 00:19:45 UTC (rev 13072)
+++ branches/SAMBA_4_0/source/utils/man/getntacl.1.xml	2006-01-23 03:24:06 UTC (rev 13073)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
+<refentry id="getntacl.1">
+
+<refmeta>
+	<refentrytitle>getntacl</refentrytitle>
+	<manvolnum>1</manvolnum>
+</refmeta>
+
+
+<refnamediv>
+	<refname>getntacl</refname>
+	<refpurpose>Tool for displaying NT ACLs stored in extended attributes</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+	<cmdsynopsis>
+		<command>getntacl</command>
+		<arg choice="req">filename</arg>
+	</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+	<title>DESCRIPTION</title>
+
+	<para>Retrieves the NT security ACL on the specified file, as 
+stored in the filesystems' extended attribute. </para>
+</refsect1>
+
+<refsect1>
+	<title>VERSION</title>
+
+	<para>This man page is correct for version 4.0 of the Samba suite.</para>
+</refsect1>
+
+<refsect1>
+	<title>AUTHOR</title>
+
+	<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
+
+	<para>This manpage was written by Jelmer Vernooij. </para>
+	
+</refsect1>
+
+</refentry>



More information about the samba-cvs mailing list