From d861fc384ee4d020ca523ed046ac1979a3eb2b11 Mon Sep 17 00:00:00 2001 From: franklahm Date: Mon, 4 Jan 2010 10:02:18 +0000 Subject: [PATCH] Rename asaddump to apple_dump --- NEWS | 2 +- configure.in | 4 ++-- contrib/shell_utils/.cvsignore | 2 +- contrib/shell_utils/Makefile.am | 2 +- contrib/shell_utils/{asaddump.in => apple_dump.in} | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename contrib/shell_utils/{asaddump.in => apple_dump.in} (100%) mode change 100644 => 100755 diff --git a/NEWS b/NEWS index dac01f90..54410534 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ Changes in 2.1-beta1 database can't be open. * NEW: support for Unicode characters in the range above U+010000 using internal surrogate pairs -* NEW: asaddump: utility to dump AppleSingle and AppleDouble files +* NEW: apple_dump: utility to dump AppleSingle and AppleDouble files * UPD: atalkd and papd are now disabled by default. AppleTalk is legacy. * UPD: slp advertisement is now disabled by default. server option -slp SRVLOC is legacy. diff --git a/configure.in b/configure.in index 57912588..ef3b0734 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.235 2009-12-23 15:53:15 franklahm Exp $ +dnl $Id: configure.in,v 1.236 2010-01-04 10:02:18 franklahm Exp $ dnl configure.in for netatalk AC_INIT(etc/afpd/main.c) @@ -1214,9 +1214,9 @@ AC_OUTPUT([Makefile contrib/shell_utils/Makefile contrib/shell_utils/afpd-mtab.pl contrib/shell_utils/apple_cp + contrib/shell_utils/apple_dump contrib/shell_utils/apple_mv contrib/shell_utils/apple_rm - contrib/shell_utils/asaddump contrib/shell_utils/asip-status.pl contrib/timelord/Makefile contrib/a2boot/Makefile diff --git a/contrib/shell_utils/.cvsignore b/contrib/shell_utils/.cvsignore index 313b0b40..51b23a75 100644 --- a/contrib/shell_utils/.cvsignore +++ b/contrib/shell_utils/.cvsignore @@ -9,4 +9,4 @@ cleanappledouble.pl netatalkshorternamelinks.pl lp2pap.sh asip-status.pl -asaddump +apple_dump diff --git a/contrib/shell_utils/Makefile.am b/contrib/shell_utils/Makefile.am index 71bf8752..bb2f1496 100644 --- a/contrib/shell_utils/Makefile.am +++ b/contrib/shell_utils/Makefile.am @@ -8,7 +8,7 @@ PERLSCRIPTS = \ afpd-mtab.pl \ apple_cp apple_mv apple_rm \ asip-status.pl \ - asaddump + apple_dump SUFFIXES = .tmpl . diff --git a/contrib/shell_utils/asaddump.in b/contrib/shell_utils/apple_dump.in old mode 100644 new mode 100755 similarity index 100% rename from contrib/shell_utils/asaddump.in rename to contrib/shell_utils/apple_dump.in -- 2.39.2