Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename apple_dump script to addump #1811

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
8 changes: 4 additions & 4 deletions contrib/shell_utils/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ if perl.found() and grep.found()
configuration: cdata,
)

appledump_script = configure_file(
input: 'apple_dump.in',
output: 'apple_dump',
addump_script = configure_file(
input: 'addump.in',
output: 'addump',
configuration: cdata,
)

Expand All @@ -20,7 +20,7 @@ if perl.found() and grep.found()
install_data(
[
afpstats_script,
appledump_script,
addump_script,
asipstatus_script,
],
install_dir: bindir,
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/manpages/man1/ad.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ AFP Attributes:

<manvolnum>1</manvolnum>
</citerefentry>, <citerefentry>
<refentrytitle>apple_dump</refentrytitle>
<refentrytitle>addump</refentrytitle>

<manvolnum>1</manvolnum>
</citerefentry>.</para>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="apple_dump.1">
<refentry id="addump.1">
<refmeta>
<refentrytitle>apple_dump</refentrytitle>
<refentrytitle>addump</refentrytitle>

<manvolnum>1</manvolnum>

Expand All @@ -15,14 +15,14 @@
</refmeta>

<refnamediv>
<refname>apple_dump</refname>
<refname>addump</refname>

<refpurpose>AppleSingle/AppleDoubleフォーマットのデータをダンプする</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-a</arg>

Expand All @@ -34,7 +34,7 @@
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-e</arg>

Expand All @@ -46,23 +46,23 @@
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-f</arg>

<arg><replaceable>FILE</replaceable></arg>
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-d</arg>

<arg><replaceable>FILE</replaceable></arg>
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<group>
<arg choice="plain">-h</arg>
Expand All @@ -74,7 +74,7 @@
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<group>
<arg choice="plain">-v</arg>
Expand All @@ -89,7 +89,7 @@
<refsect1>
<title>説明</title>

<para><command>apple_dump</command>はAppleSingle/AppleDoubleフォーマットのデータをダンプするperlスクリプトです。</para>
<para><command>addump</command>はAppleSingle/AppleDoubleフォーマットのデータをダンプするperlスクリプトです。</para>

<para>このスクリプトはメーラ、アーカイバ、Mac OS
X、Netatalkなどが生成する様々なAppleSingle/AppleDoubleデータをダンプできます。</para>
Expand Down Expand Up @@ -156,7 +156,7 @@
<refsect1>
<title>注記</title>

<para>FinderInfoがFileInfoなのかDirInfoなのかを検出する方法がありません。デフォルトでは、apple_dumpはそれがファイルなのかディレクトリなのか、親ディレクトリが.AppleDoubleか、ファイル名が._*か、ファイル名が.Parentかなどを調査します。</para>
<para>FinderInfoがFileInfoなのかDirInfoなのかを検出する方法がありません。デフォルトでは、addumpはそれがファイルなのかディレクトリなのか、親ディレクトリが.AppleDoubleか、ファイル名が._*か、ファイル名が.Parentかなどを調査します。</para>

<para>もしオプション-eまたは-fまたは-dを設定した場合、FinderInfoを仮定し他のデータを探しません。</para>
</refsect1>
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/manpages/man1/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ manfiles = [
'afppasswd.1',
'afpstats.1',
'afptest.1',
'apple_dump.1',
'addump.1',
'asip-status.1',
'dbd.1',
'getzones.1',
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/manual/manual.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!ENTITY afppasswd.1 SYSTEM "../manpages/man1/afppasswd.1.xml">
<!ENTITY afpstats.1 SYSTEM "../manpages/man1/afpstats.1.xml">
<!ENTITY afptest.1 SYSTEM "../manpages/man1/afptest.1.xml">
<!ENTITY apple_dump.1 SYSTEM "../manpages/man1/apple_dump.1.xml">
<!ENTITY addump.1 SYSTEM "../manpages/man1/addump.1.xml">
<!ENTITY asip-status.1 SYSTEM "../manpages/man1/asip-status.1.xml">
<!ENTITY atalk.4 SYSTEM "../manpages/man4/atalk.4.xml">
<!ENTITY atalkd.conf.5 SYSTEM "../manpages/man5/atalkd.conf.5.xml">
Expand Down Expand Up @@ -99,7 +99,7 @@

&afptest.1;

&apple_dump.1;
&addump.1;

&asip-status.1;

Expand Down
2 changes: 1 addition & 1 deletion doc/ja/manual/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manual_html = [
'afppasswd.1.html',
'afpstats.1.html',
'afptest.1.html',
'apple_dump.1.html',
'addump.1.html',
'asip-status.1.html',
'atalk.4.html',
'atalk_aton.3.html',
Expand Down
2 changes: 1 addition & 1 deletion doc/manpages/man1/ad.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ AFP Attributes:

<manvolnum>1</manvolnum>
</citerefentry>, <citerefentry>
<refentrytitle>apple_dump</refentrytitle>
<refentrytitle>addump</refentrytitle>

<manvolnum>1</manvolnum>
</citerefentry>.</para>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="apple_dump.1">
<refentry id="addump.1">
<refmeta>
<refentrytitle>apple_dump</refentrytitle>
<refentrytitle>addump</refentrytitle>

<manvolnum>1</manvolnum>

Expand All @@ -12,14 +12,14 @@
</refmeta>

<refnamediv>
<refname>apple_dump</refname>
<refname>addump</refname>

<refpurpose>Dump AppleSingle/AppleDouble format data</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-a</arg>

Expand All @@ -30,7 +30,7 @@
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-e</arg>

Expand All @@ -41,23 +41,23 @@
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-f</arg>

<arg><replaceable>FILE</replaceable></arg>
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<arg>-d</arg>

<arg><replaceable>FILE</replaceable></arg>
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<group>
<arg choice="plain">-h</arg>
Expand All @@ -67,7 +67,7 @@
</cmdsynopsis>

<cmdsynopsis>
<command>apple_dump</command>
<command>addump</command>

<group>
<arg choice="plain">-v</arg>
Expand All @@ -81,7 +81,7 @@
<refsect1>
<title>Description</title>

<para><command>apple_dump</command> dumps
<para><command>addump</command> dumps
AppleSingle/AppleDouble format data. </para>
<para>It can dump various AppleSingle/AppleDouble data created
by mailers, archivers, Mac OS X, Netatalk and so on.</para>
Expand Down Expand Up @@ -162,7 +162,7 @@
<title>Note</title>

<para>There is no way to detect whether FinderInfo is FileInfo or DirInfo.
By default, apple_dump examines whether the file, directory or parent directory
By default, addump examines whether the file, directory or parent directory
is .AppleDouble, filename is ._*, filename is .Parent, and so on.</para>

<para>When setting option -e, -f or -d, assume FinderInfo and don't look
Expand Down
2 changes: 1 addition & 1 deletion doc/manpages/man1/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manfiles = [
'afppasswd.1',
'afpstats.1',
'afptest.1',
'apple_dump.1',
'addump.1',
'asip-status.1',
'dbd.1',
'macusers.1',
Expand Down
4 changes: 2 additions & 2 deletions doc/manual/manual.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!ENTITY afppasswd.1 SYSTEM "../manpages/man1/afppasswd.1.xml">
<!ENTITY afpstats.1 SYSTEM "../manpages/man1/afpstats.1.xml">
<!ENTITY afptest.1 SYSTEM "../manpages/man1/afptest.1.xml">
<!ENTITY apple_dump.1 SYSTEM "../manpages/man1/apple_dump.1.xml">
<!ENTITY addump.1 SYSTEM "../manpages/man1/addump.1.xml">
<!ENTITY asip-status.1 SYSTEM "../manpages/man1/asip-status.1.xml">
<!ENTITY atalk.4 SYSTEM "../manpages/man4/atalk.4.xml">
<!ENTITY atalkd.conf.5 SYSTEM "../manpages/man5/atalkd.conf.5.xml">
Expand Down Expand Up @@ -99,7 +99,7 @@

&afptest.1;

&apple_dump.1;
&addump.1;

&asip-status.1;

Expand Down
2 changes: 1 addition & 1 deletion doc/manual/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manual_html = [
'afppasswd.1.html',
'afpstats.1.html',
'afptest.1.html',
'apple_dump.1.html',
'addump.1.html',
'asip-status.1.html',
'atalk.4.html',
'atalk_aton.3.html',
Expand Down
Loading