]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update bug-reporting address
authorJim Meyering <jim@meyering.net>
Tue, 7 Oct 1997 23:53:36 +0000 (23:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Oct 1997 23:53:36 +0000 (23:53 +0000)
18 files changed:
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 325e65db5867bbed32d4514f095f9974a0c2bcad..14a16abda0b588ede213a2a07c2ed072b4c478bf 100644 (file)
@@ -248,7 +248,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 0c19db2052e75694142be7cfc1c628d985c4bb31..7c9bb458d6865e13ea5287d8fc45182797909823 100644 (file)
@@ -281,7 +281,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 5a0d59712407c50f265f88352470a11a0e29fc32..b5f065a069771ee8ca322296864356724b875d27 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -177,7 +177,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 22a1ed7e9205ade0a1c9affeab2ed4ffc9c8e039..dd00370ffb0181b63de60a4782b288e01beda612 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -1137,7 +1137,7 @@ by w for x2, by b for x512, by k for x1024.  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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 256cc8b51c18c8fc467b036c06c8d677566ec5ee..71a10d0ca34731b280b1affddaf32a06681e7329 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -573,7 +573,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 6562a93418a634a97599b119212127b228e9aa1b..070069066cb07b7ecc77e1e812f09437e15031fa 100644 (file)
@@ -118,7 +118,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
index 0b2d5fe574cd869a3ab04766d27bfc07ef5f7deb..927d147dcb783f0a3aaf1bfb05e37bb0522134fb 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -234,7 +234,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 11144996648a97bdcdda9c2f5dfab5e84ba9850a..3dfffa62bf6a50ffe4a0e6b2fe5005af85e6c3bb 100644 (file)
@@ -678,7 +678,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index abe88f5dd73b85583e2e3424faf35acc69d8c038..e68eaa02d00b5dd26dcb9e274998bf9698057880 100644 (file)
--- a/src/ln.c
+++ b/src/ln.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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index dee7328ae050fd976d2d704940e62a6d5a3486a6..c1d1ee6d0d5de769f7667d46967104451ff802d3 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2957,7 +2957,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 4cd33ec1304dcdb9fec2b055b736649d5ad1fb21..a880b0096239f4419e24dae2be673b209c32c92d 100644 (file)
@@ -67,7 +67,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 4939835565e2ded6535e27eea975ba6bad7d405f..387fab99376846f2242a46383dfdba725c49dc64 100644 (file)
@@ -65,7 +65,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index b3cb414064d7126d859cb7f1f6b40eca78df13e4..d2292f7f544683d6c24ff7566aa21daaaebdae7b 100644 (file)
@@ -76,7 +76,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 0d21c9ef03b4b080f4e40f596507994e37d672ca..13afc8fe07ba943b434b9f41433f29d347ab96a0 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -442,7 +442,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 75282585ca2700e9c90fc2ea689da1942367a57c..0136f8882407f250057170f2375229a9867acafc 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -311,7 +311,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 1aec7c63d2a869e225ac03423164af4c52ed1f45..9b2ae90e449660a6ec670c3b3198de6ea51984c1 100644 (file)
@@ -125,7 +125,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 3d4eb80557f65685cbb7724264162b8507ae230e..dc0e9edd6d42349c2dcc2b1601a61a98d3321990 100644 (file)
@@ -43,7 +43,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.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 42b37338b979cc7a5d95b5f6eac997ffc07564fe..202bf5ce3274a7051a7459e9147549ec9a13adfe 100644 (file)
@@ -259,7 +259,7 @@ Update the access and modification times of each FILE to the current time.\n\
 \n\
 STAMP may be used without -t if none of -drt, nor --, are used.\n\
 "));
-      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
     }
   exit (status);
 }