summaryrefslogtreecommitdiff
path: root/src/extract-magic
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-17 09:14:48 +0000
committerJim Meyering <jim@meyering.net>2005-09-17 09:14:48 +0000
commit609d835a06edd93734ef844c1cbb8103806b3582 (patch)
tree6b20942691343d1b76261ebcc2adeb8b08820193 /src/extract-magic
parent772dc5bcd00f9633c2cccc9691f36d2b217df736 (diff)
downloadcoreutils-609d835a06edd93734ef844c1cbb8103806b3582.tar.xz
(usage): Request that additions be sent to bug-coreutils@gnu.org, too.
Diffstat (limited to 'src/extract-magic')
-rw-r--r--src/extract-magic4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extract-magic b/src/extract-magic
index e3541594e..1259b0e53 100644
--- a/src/extract-magic
+++ b/src/extract-magic
@@ -4,7 +4,7 @@ use strict;
use Getopt::Long;
-(my $VERSION = '$Revision: 1.3 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd;
(my $ME = $0) =~ s|.*/||;
END
@@ -89,7 +89,7 @@ EOF
print <<EOF;
/* Define the magic numbers as given by statfs(2).
- Please send additions to meskes\@debian.org.
+ Please send additions to bug-coreutils\@gnu.org and meskes\@debian.org.
This file is generated automatically from $file. */
#if defined __linux__