Provided by: netatalk_3.1.13~ds-2build1_amd64 bug

NAME

       extmap.conf - Configuration file used by afpd(8) to specify file name extension mappings.

SYNOPSIS

       @pkgconfdir@/extmap.conf

DESCRIPTION

       @pkgconfdir@/extmap.conf is the configuration file used by afpd to specify file name
       extension mappings.

       The configuration lines are composed like:

       .extension
        [ type [ creator ] ]

       Any line beginning with a hash (“#”) character is ignored. The leading-dot lines specify
       file name extension mappings. The extension '.' sets the default creator and type for
       otherwise untyped Unix files.

EXAMPLES

       Example. Extension is jpg. Type is "JPEG". Creator is "ogle".

           .jpg "JPEG" "ogle"

       Example. Extension is lzh. Type is "LHA ". Creator is not defined.

           .lzh "LHA "

SEE ALSO

       afp.conf(5), afpd(8)