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

« back to all changes in this revision

Viewing changes to man/man1/apple_mv.1.tmpl

  • 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: apple_mv
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: 22 Aug 2004
6
 
.\"    Manual: Netatalk 2.1
7
 
.\"    Source: Netatalk 2.1
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "APPLE_MV" "1" "22 Aug 2004" "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
 
apple_mv \- Do an apple move, moving metadata and the resource fork as well
23
 
.SH "SYNOPSIS"
24
 
.PP
25
 
\fB:BINDIR:/apple_mv\fR\fB\fR
26
 
\fISOURCE DEST\fR
27
 
\fB:BINDIR:/apple_mv\fR
28
 
\fISOURCE\fR\&.\&.\&.
29
 
\fIDIRECTORY\fR
30
 
.SH "DESCRIPTION"
31
 
.PP
32
 
\fBapple_mv\fR
33
 
is a perl script to move SOURCE to DEST or multiple SOURCE(s) to DIRECTORY\&. It also moves the file specific metadata (including resource forks) to the \&.AppleDouble directory for DEST or DIRECTORY\&. If the \&.AppleDouble directory doesn\'t exist for DEST or DIRECTORY it will create it\&.
34
 
.SH "EXAMPLES"
35
 
.PP
36
 
\fB:BINDIR:/apple_mv\fR
37
 
test\&.text /target/directory/
38
 
.PP
39
 
\fB:BINDIR:/apple_mv\fR
40
 
test\&.text /target/directory/test2\&.text
41
 
.PP
42
 
\fB:BINDIR:/apple_mv\fR
43
 
test\&.text testing\&.text /target/directory/
44
 
.SH "REPORTING BUGS"
45
 
.PP
46
 
Report bugs to the Netatalk\-devel list <netatalk\-devel@lists\&.sourceforge\&.net>\&.
47
 
.SH "SEE ALSO"
48
 
.PP
49
 
\fBapple_cp\fR(1),
50
 
\fBapple_rm\fR(1)\&.