summaryrefslogtreecommitdiff
path: root/src/extract-magic
diff options
context:
space:
mode:
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__