]> arthur.barton.de Git - netatalk.git/blob - man/man5/extmap.conf.5.tmpl
9c6679fa680e90a2698ce84044adcffb0d18bd58
[netatalk.git] / man / man5 / extmap.conf.5.tmpl
1 '\" t
2 .\"     Title: extmap.conf
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 19 Jan 2013
6 .\"    Manual: Netatalk 3.0
7 .\"    Source: Netatalk 3.0
8 .\"  Language: English
9 .\"
10 .TH "EXTMAP\&.CONF" "5" "19 Jan 2013" "Netatalk 3.0" "Netatalk 3.0"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 extmap.conf \- Configuration file used by afpd(8) to specify file name extension mappings\&.
32 .SH "SYNOPSIS"
33 .HP \w'\fB:ETCDIR:/extmap\&.conf\fR\fB\fR\ 'u
34 \fB:ETCDIR:/extmap\&.conf\fR\fB\fR
35 .SH "DESCRIPTION"
36 .PP
37
38 :ETCDIR:/extmap\&.conf
39 is the configuration file used by
40 \fBafpd\fR
41 to specify file name extension mappings\&.
42 .PP
43 The configuration lines are composed like:
44 .PP
45 \&.extension
46 \fI[ type [ creator ] ]\fR
47 .PP
48 Any line beginning with a hash (\(lq#\(rq) character is ignored\&. The leading\-dot lines specify file name extension mappings\&. The extension \*(Aq\&.\*(Aq sets the default creator and type for otherwise untyped Unix files\&.
49 .SH "EXAMPLES"
50 .PP
51 \fBExample.\ \&Extension is jpg. Type is "JPEG". Creator is "ogle".\fR
52 .sp
53 .if n \{\
54 .RS 4
55 .\}
56 .nf
57 \&.jpg "JPEG" "ogle"
58 .fi
59 .if n \{\
60 .RE
61 .\}
62 .PP
63 \fBExample.\ \&Extension is lzh. Type is "LHA ". Creator is not defined.\fR
64 .sp
65 .if n \{\
66 .RS 4
67 .\}
68 .nf
69 \&.lzh "LHA "
70 .fi
71 .if n \{\
72 .RE
73 .\}
74 .SH "SEE ALSO"
75 .PP
76 \fBafp.conf\fR(5),
77 \fBafpd\fR(8)