]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update bug-reporting address
authorJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:17:58 +0000 (17:17 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:17:58 +0000 (17:17 +0000)
19 files changed:
src/chgrp.c
src/chmod.c
src/chown.c
src/cp.c
src/dd.c
src/df.c
src/dircolors.c
src/du.c
src/install.c
src/ln.c
src/ls.c
src/mkdir.c
src/mkfifo.c
src/mknod.c
src/mv.c
src/rm.c
src/rmdir.c
src/sync.c
src/touch.c

index 36d2a7c1c784bf16cd2e651cbedd3a61250b8f28..0a16a30eb9e53139cbdac6c6a09f77d3bd6e159b 100644 (file)
@@ -314,7 +314,7 @@ Change the group membership of each FILE to GROUP.\n\
       --help             display this help and exit\n\
       --version          output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index b06484785f3fb11cccaeb76668f6def10334168d..64820a455d77b8f15272b101a17fc8cb338e448a 100644 (file)
@@ -256,7 +256,7 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
 Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\
 one or more of the letters rwxXstugo.\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 808b474473d426ecb16a4cf45ea60b5527f57d24..eb05914c1eacb45ad88bc11c0b36341be1ed5605 100644 (file)
@@ -313,7 +313,7 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\
 Owner is unchanged if missing.  Group is unchanged if missing, but changed\n\
 to login group if implied by a period.  A colon may replace the period.\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index fc1f2e790d5851e674d5bc13b92251c64cb38d7d..436897ad19bd76781f047ab7aa4d34cf22385d30 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -174,7 +174,7 @@ As a special case, cp makes a backup of SOURCE when the force and backup\n\
 options are given and SOURCE and DEST are the same name for an existing,\n\
 regular file.\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 96d15a5a289541488e8efbe47298e5bafd6bf9b5..f7d9c47a341e9515a5feb970c5737708ae293830 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -321,7 +321,7 @@ Each KEYWORD may be:\n\
   noerror   continue after read errors\n\
   sync      pad every input block with NULs to ibs-size\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 415d4fec7101675dbf622f782ffdc8b1bf4b21f6..f6b62f145dcf03ac6b6d56c17125f51edded2034 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -605,7 +605,7 @@ or all filesystems by default.\n\
       --help            display this help and exit\n\
       --version         output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 0fb236faf863733231587a9b00ffa0644128051d..a5eeda618af91c3c9713c6440f4147deaffea307 100644 (file)
@@ -114,7 +114,7 @@ If FILE is specified, read it to determine which colors to use for which\n\
 file types and extensions.  Otherwise, a precompiled database is used.\n\
 For details on the format of these files, run `dircolors --print-database'.\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
 
index 943b863d6d24ae44bdf52120e67724bf35aa4e98..9c0c3b78fabc663bbfbb5278d5a9df63ecb1e745 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -238,7 +238,7 @@ Summarize disk usage of each FILE, recursively for directories.\n\
       --help            display this help and exit\n\
       --version         output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 3a694ed94c63fb1adf49d1b63e77157b81723940..81065d5131883a643cb84744e0d42e79e9e56c43 100644 (file)
@@ -684,7 +684,7 @@ version control may be set with VERSION_CONTROL, values are:\n\
   nil, existing   numbered if numbered backups exist, simple otherwise\n\
   never, simple   always make simple backups\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 3fd01516a074e0558d49bbccbfd3871e6cc0614b..a935796fa3063fc9aae2f3baa9bfbcf1b15fc50f 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -358,7 +358,7 @@ version control may be set with VERSION_CONTROL, values are:\n\
   nil, existing   numbered if numbered backups exist, simple otherwise\n\
   never, simple   always make simple backups\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 79f0bf935f1337fd5ccd3d995d5e716b0c9781d3..ab72663bc68c9cdad4057c2b673b77939e7106b2 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2934,7 +2934,7 @@ optional WHEN argument is equivalent to using --color=always.  With\n\
 --color=auto, color codes are output only if standard output is connected\n\
 to a terminal (tty).\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 8ddb1e6f25f8bad556231d80093a9da42d15ad66..d19f64c2926c5326ed6ea31fe83e131bd566301e 100644 (file)
@@ -68,7 +68,7 @@ Create the DIRECTORY(ies), if they do not already exist.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index d70dc15d75dcc2a6f5436978b4375a99bc13bddf..caf95837afaa71b65bf10f756a9a2b09d42cf96c 100644 (file)
@@ -66,7 +66,7 @@ Create named pipes (FIFOs) with the given NAMEs.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 1233a15e64a317d2215ac6014e4d362a9de164ff..eb17e0c52a4a4312fbd4627b15c43259d6ccbe7d 100644 (file)
@@ -77,7 +77,7 @@ MAJOR MINOR are forbidden for TYPE p, mandatory otherwise.  TYPE may be:\n\
   c, u   create a character (unbuffered) special file\n\
   p      create a FIFO\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index b1ce96a42a32220da53b59551d73b5ebb6cab0b0..111851f05e180825891c2ab947b8857f99ff2640 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -353,7 +353,7 @@ version control may be set with VERSION_CONTROL, values are:\n\
   nil, existing   numbered if numbered backups exist, simple otherwise\n\
   never, simple   always make simple backups\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index a6c1d2ec113851d90f222e2255e04b6b8094338c..b3fa54de2c561d485a2fd89337a9348bc8dce309 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -98,7 +98,7 @@ Remove (unlink) the FILE(s).\n\
       --help            display this help and exit\n\
       --version         output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index e5a3977a700e69ce8e67f7b72071397a8dda6ba4..cdaac5bf83cac3b4ddbcbc24eaf65e51149904a6 100644 (file)
@@ -135,7 +135,7 @@ Remove the DIRECTORY(ies), if they are empty.\n\
       --help      display this help and exit\n\
       --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index 41fcd69d9556cc08b89cd364fe3946122d9cacd9..fdbeb7823e41210258da0c7229d38937a15608b7 100644 (file)
@@ -44,7 +44,7 @@ Force changed blocks to disk, update the super block.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);
index ad0a708e4a837c9c126dac3461773929efbdbf26..3a30b9889f4970a75409e98ad0f90171c2551c61 100644 (file)
@@ -220,7 +220,7 @@ STAMP may be used without -t if none of -drt, nor --, are used.\n\
 Note that the three time-date formats recognized for the -d and -t options\n\
 and for the obsolescent argument are all different.\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
       close_stdout ();
     }
   exit (status);