~ubuntu-branches/debian/sid/netatalk/sid

« back to all changes in this revision

Viewing changes to man/man1/afile.1

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-06-05 21:04:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605210421-19gag2srevj0ocxh
Tags: 2.2~beta4-1
* New upstream release.
  + Fixes "Internal Error" after ad_open on sparc.
    Closes: bug#606005. Thanks to Alfredo Sola.
* Adjust references to unofficial packages in README.Debian.
* Use dversionmangle (not uversionmangle) in watch file. Fix add
  leading dash (-) to upstream version in mangling.
* Update patches:
  + Drop patches 107 and 294 (Zeroconf support): Implemented
    (differently) upstream now.
  + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete.
  + Drop patch 200 (hostname resolving): adopted upstream.
  + Refresh patch 205.
* Rewrite copyright file using draft 174 of DEP-5 format.
* Build-depend on and recommend unversioned (i.e. default) BerkeleyDB
  packages.
  Closes: bug#621413. Thanks to Ondřej Surý.
  Simplify suggestions on older versioned BerkeleyDB packages.
* Stop installing some documentation dropped upstream, and let CDBS
  automagically handle some of the remains.
* Update control file:
  + Bump policy compliance to standards-version 3.9.2.
  + Shorten Vcs-* URLs.
* Add patches 115 and (for automade file) 214 to avoid installing
  unneeded /default dir.
  Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes.
* Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler
  and Luk Claes.
* Stop renaming afile and achfile, dropped upstream.
* Explicitly enable DDP (AppleTalk), now disabled by default.
* Enable Zeroconf, should be stable now.
* Simplify package relations:
  + Drop (build-)dependency fallback unneeded even for oldstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'\" t
2
 
.\"     Title: afile
3
 
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
 
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 26 Feb 1998
6
 
.\"    Manual: Netatalk 2.1
7
 
.\"    Source: Netatalk 2.1
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "AFILE" "1" "26 Feb 1998" "Netatalk 2.1" "Netatalk 2.1"
11
 
.\" -----------------------------------------------------------------
12
 
.\" * set default formatting
13
 
.\" -----------------------------------------------------------------
14
 
.\" disable hyphenation
15
 
.nh
16
 
.\" disable justification (adjust text to left margin only)
17
 
.ad l
18
 
.\" -----------------------------------------------------------------
19
 
.\" * MAIN CONTENT STARTS HERE *
20
 
.\" -----------------------------------------------------------------
21
 
.SH "NAME"
22
 
afile \- display type and creator of Apple Macintosh files (netatalk format)
23
 
.SH "SYNOPSIS"
24
 
.HP \w'\fBafile\fR\fB\fR\ 'u
25
 
\fBafile\fR\fB\fR [\-a] \fIfile\fR...
26
 
.br
27
 
 
28
 
.SH "DESCRIPTION"
29
 
.PP
30
 
\fBafile\fR
31
 
displays the name and Macintosh type and creator of the
32
 
\fIfile\fR
33
 
arguments\&. Tests whether the file is an AppleDouble header, in which case it checks the corresponding data fork exists, or assumes it is a data fork in which case it looks for the corresponding AppleDouble to find the type/creator information\&.
34
 
.PP
35
 
\fBafile\fR
36
 
does not look at any of the extension mapping files such as AppleVolumes\&.system\&.
37
 
.SH "OPTIONS"
38
 
.PP
39
 
\fB\-a\fR
40
 
.RS 4
41
 
Include directories and data files of unknown type (i\&.e\&. without corresponding AppleDouble) in output\&.
42
 
.RE
43
 
.SH "DIAGNOSTICS"
44
 
.PP
45
 
returns exit status 0 if all files have a corresponding valid \&.AppleDouble header or data fork, or 99 for bad command line options\&. Otherwise it returns the following error code relating to the last invalid file\&.
46
 
.PP
47
 
1 file doesn\'t exist
48
 
.PP
49
 
2 file is unreadable
50
 
.PP
51
 
3 file is directory
52
 
.PP
53
 
4 file is AppleDouble without data fork
54
 
.PP
55
 
5 file is AppleDouble with unreadable data fork
56
 
.PP
57
 
6 file is data fork without AppleDouble
58
 
.PP
59
 
7 file is data fork with unreadable AppleDouble
60
 
.PP
61
 
8 file is data fork with short AppleDouble
62
 
.PP
63
 
9 bad magic in AppleDouble
64
 
.SH "SEE ALSO"
65
 
.PP
66
 
\fBachfile\fR(1),
67
 
\fBafpd\fR(8)