]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Request that additions be sent to bug-coreutils@gnu.org, too.
authorJim Meyering <jim@meyering.net>
Sat, 17 Sep 2005 09:14:48 +0000 (09:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Sep 2005 09:14:48 +0000 (09:14 +0000)
src/extract-magic

index e3541594edd6613a645bc1bc97b3731de33b3748..1259b0e53d786b9b71256ece77b15bcb55f23977 100644 (file)
@@ -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__