diff options
author | Michael Osipov <michaelo@FreeBSD.org> | 2025-03-08 18:29:24 +0100 |
---|---|---|
committer | Michael Osipov <michaelo@FreeBSD.org> | 2025-03-12 10:02:37 +0100 |
commit | 6cbfa0518c353ea2fe937c6cdea92326922d34c3 (patch) | |
tree | d1633476518c2a1715bf71ae9ae27f8ace0c5192 /net/samba419/files/man/smbgetrc.5 | |
parent | finance/favagtk: Fix COMMENT (diff) |
net/samba4{19,20}: Rework manpages handling
* Rename option MANDOC to MANPAGES to match with other ports and
Mk/bsd.options.desc.mk.
* Remove outdated, incorrect, precompiled manpages from ${FILESDIR}/files/man.
* Properly disable manpages generation since XSLTPROC was set to true(1) WAF
always assumed xsltproc(1) to work and if any automatic dependency pulled in
textproc/docbook-xsl, manpages were generated even if explicitly disabled.
PR: 281415
Approved by: jrm (mentor), mikael, 0mp
Differential Revision: https://reviews.freebsd.org/D49299
Diffstat (limited to 'net/samba419/files/man/smbgetrc.5')
-rw-r--r-- | net/samba419/files/man/smbgetrc.5 | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/net/samba419/files/man/smbgetrc.5 b/net/samba419/files/man/smbgetrc.5 deleted file mode 100644 index 77aaee71f76f..000000000000 --- a/net/samba419/files/man/smbgetrc.5 +++ /dev/null @@ -1,100 +0,0 @@ -'\" t -.\" Title: smbgetrc -.\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 08/09/2022 -.\" Manual: File Formats and Conventions -.\" Source: Samba 4.16.4 -.\" Language: English -.\" -.TH "SMBGETRC" "5" "08/09/2022" "Samba 4\&.16\&.4" "File Formats and Conventions" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -smbgetrc \- configuration file for smbget -.SH "SYNOPSIS" -.PP -smbgetrc -.SH "DESCRIPTION" -.PP -This manual page documents the format and options of the -\fIsmbgetrc\fR -file\&. This is the configuration file used by the -\fBsmbget\fR(1) -utility\&. The file contains of key\-value pairs, one pair on each line\&. The key and value should be separated by a space\&. -.PP -By default, smbget reads its configuration from -\fI$HOME/\&.smbgetrc\fR, though other locations can be specified using the command\-line options\&. -.SH "OPTIONS" -.PP -The following keys can be set: -.PP -resume on|off -.RS 4 -Whether aborted downloads should be automatically resumed\&. -.RE -.PP -recursive on|off -.RS 4 -Whether directories should be downloaded recursively -.RE -.PP -user \fIname[%password]\fR -.RS 4 -Username (and password) to use when logging in to the remote server\&. Use an empty string for anonymous access\&. -.RE -.PP -workgroup \fIwg\fR -.RS 4 -Workgroup to use when logging in -.RE -.PP -nonprompt on|off -.RS 4 -Turns off asking for username and password\&. Useful for scripts\&. -.RE -.PP -debuglevel \fIint\fR -.RS 4 -(Samba) debuglevel to run at\&. Useful for tracking down protocol level problems\&. -.RE -.PP -dots on|off -.RS 4 -Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\&. -.RE -.PP -blocksize \fIint\fR -.RS 4 -Number of bytes to put in a block\&. -.RE -.SH "VERSION" -.PP -This man page is part of version 4\&.16\&.4 of the Samba suite\&. -.SH "SEE ALSO" -.PP -\fBsmbget\fR(1) -and -\fBSamba\fR(7)\&. -.SH "AUTHOR" -.PP -The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. -.PP -This manual page was written by Jelmer Vernooij |