]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update bug-reporting address
authorJim Meyering <jim@meyering.net>
Tue, 7 Oct 1997 23:51:39 +0000 (23:51 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Oct 1997 23:51:39 +0000 (23:51 +0000)
33 files changed:
src/basename.c
src/chroot.c
src/date.c
src/dirname.c
src/echo.c
src/env.c
src/expr.c
src/factor.c
src/groups.sh
src/hostid.c
src/hostname.c
src/id.c
src/logname.c
src/nice.c
src/nohup.sh
src/pathchk.c
src/pinky.c
src/printenv.c
src/printf.c
src/pwd.c
src/seq.c
src/sleep.c
src/stty.c
src/su.c
src/tee.c
src/test.c
src/tty.c
src/uname.c
src/uptime.c
src/users.c
src/who.c
src/whoami.c
src/yes.c

index b1a23e4f0e383934870e0c07f528ce78e6f48384..edcfd47f49c7d275c5e6a75a91bda32d2b427039 100644 (file)
@@ -59,7 +59,7 @@ If specified, also remove a trailing SUFFIX.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 26599c0ad68c26834707d34c40a31becfe0b7e7d..9466b46c5014533ca6db5125bda7f0b81ad4a8a7 100644 (file)
@@ -48,7 +48,7 @@ Run COMMAND with root directory set to NEWROOT.\n\
 \n\
 If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 591264e5c89e7ff23b57732267cbe31e383cc9cf..18a9ece4920b7b27ec211d062fc6a5086ebf596d 100644 (file)
@@ -483,7 +483,7 @@ the following modifiers between `%%' and a numeric directive.\n\
   `-' (hyphen) do not pad the field\n\
   `_' (underscore) pad the field with spaces\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 27c8f56a01f7033076a1f4c185c8e4adba4077b4..54a661695e54d08d3a90cf0e9281896498166b4a 100644 (file)
@@ -50,7 +50,7 @@ output `.' (meaning the current directory).\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 47464acd99535fcb6d9c9f0c1679ccf818deaf84..345070a877d696cac73fe39940801dd86c81e68d 100644 (file)
@@ -92,7 +92,7 @@ Without -E, the following sequences are recognized and interpolated:\n\
   \\t     horizontal tab\n\
   \\v     vertical tab\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 9bbacc8ae3e11a9b7df625eecf6fb3f1cfa42d85..3ce5abe4d04b654535b1021fa397f6c7c1b283ee 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -201,7 +201,7 @@ Set each NAME to VALUE in the environment and run COMMAND.\n\
 \n\
 A mere - implies -i.  If no COMMAND, print the resulting environment.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 88933919d2bd8ca120f5f11405a73c05499c7a4f..bbed1aeda4e5cc875688322b16a3c814a3349f0d 100644 (file)
@@ -150,7 +150,7 @@ Comparisons are arithmetic if both ARGs are numbers, else lexicographical.\n\
 Pattern matches return the string matched between \\( and \\) or null; if\n\
 \\( and \\) are not used, they return the number of characters matched or 0.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 96cb32f734f7440b83a5192580e10f71008675cd..38ae811846a1567730db9b3c8195d133638e5ae0 100644 (file)
@@ -75,7 +75,7 @@ Print factors of each NUMBER; read standard input with no arguments.\n\
   Print the prime factors of all specified integer NUMBERs.  If no arguments\n\
   are specified on the command line, they are read from standard input.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index be33f02a5fed942721e65c4de41959924616df8e..af54e0effbdf2a015aa56249e6634e3c246a310b 100755 (executable)
@@ -29,7 +29,7 @@ usage="Usage: $0 [OPTION]... [USERNAME]...
 
 Same as id -Gn.  If no USERNAME, use current process.
 
-Report bugs to <sh-utils-bugs@gnu.ai.mit.edu>."
+Report bugs to <sh-utils-bugs@gnu.org>."
 
 case $# in
   1 )
index 716f6a44630d063540f2a5a15e983386d7fc8a4c..f7a31fa1294c2d8b2a5a951abcde6cdf3d77ea7a 100644 (file)
@@ -47,7 +47,7 @@ Print the numeric identifier (in hexadecimal) for the current host.\n\
       --version    output version information and exit\n\
 \n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index fb3704a9c6b6974d16f9ccd262290334420aa6fd..024de972d711c53401773c32cdc2d79cb7d683b0 100644 (file)
@@ -68,7 +68,7 @@ Print the hostname of the current system.\n\
   --version   output version information and exit\n\
 ")
              , program_name, program_name);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 0fb2e8cf6d53d55d2b6154c5339bb04c3676387e..1b9a19db4caeb74d4c6580812c295cbf967ab911 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -384,7 +384,7 @@ Print information for USERNAME, or the current user.\n\
 \n\
 Without any OPTION, print some useful set of identified information.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 02d77cc724a696bddf01df2edec167a9babdf1d8..75a76ae3a2938710c225cf32c1d183199fa93330 100644 (file)
@@ -53,7 +53,7 @@ Print the name of the current user.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index a2d4d94a908d4983410d835b1a55e8dadd3f443c..48f3735efa17509b67cdebfb2f18406f51853f30 100644 (file)
@@ -205,7 +205,7 @@ by default.  Range goes from -20 (highest priority) to 19 (lowest).\n\
   -n, --adjustment=ADJUST   same as -ADJUST\n\
       --help                display this help and exit\n\
       --version             output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index b4baa4d06d6e458473306153ff2cd2dbc5fe6bff..d2674dcb2472721b41ac8fa4d067ef700c4ad478 100755 (executable)
@@ -33,7 +33,7 @@ usage_help="Run COMMAND, ignoring hangup signals.
   --help      display this help and exit
   --version   output version information and exit
 
-Report bugs to <sh-utils-bugs@gnu.ai.mit.edu>."
+Report bugs to <sh-utils-bugs@gnu.org>."
 
 if [ $# -eq 0 ]; then
   echo >&2 "$usage"
index a724ac1a6001fd1127821b4790b3a333b08faabf..bd5b556257431fb8cf1de65306018497001378ec 100644 (file)
@@ -367,7 +367,7 @@ Diagnose unportable constructs in NAME.\n\
       --help          display this help and exit\n\
       --version       output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 1b0d061f0658cfc2c6660baaa06c81e151fdb483..491e856c1732e72aea3df9c0c3ed0fb52ba32f51 100644 (file)
@@ -426,7 +426,7 @@ usage (int status)
 \n\
 The utmp file will be %s.\n\
 "), UTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 4f4eb8b4ae8f56bfa3f7fc7405dd7429d3102500..5ff7b2d5baa3fc20106ec3a00a8d31009e9f595f 100644 (file)
@@ -67,7 +67,7 @@ If no environment VARIABLE specified, print them all.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 461a2e2af0a1859537c7542b5daefda4000b2803..2ffedd06237500eb6664b36509800d5a07c22ba9 100644 (file)
@@ -120,7 +120,7 @@ FORMAT controls the output as in C printf.  Interpreted sequences are:\n\
 and all C format specifications ending with one of diouxXfeEgGcs, with\n\
 ARGUMENTs converted to proper type first.  Variable widths are handled.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 568a7a0a33c2efea55b4bffd5b037bef646fb988..a3fb3226222a49974388c4539bc8eb5a6bd31097 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -45,7 +45,7 @@ Print the full filename of the current working directory.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 4a79fdd9d3420b3cbe5299388a3b4adaa47edcea..50633ce6ab7b312deb1ed64d61fcb4358468120e 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -102,7 +102,7 @@ INCREMENT should be positive if FIRST is smaller than LAST, and negative\n\
 otherwise.  When given, the FORMAT argument must contain exactly one of\n\
 the printf-style, floating point output formats %%e, %%f, or %%g.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index db6136464ce3638e8211b749728e3ffeb2b0f47f..5e03cabbddfd22fb176b05f08d5a51ed0cf1b91f 100644 (file)
@@ -56,7 +56,7 @@ SUFFIX may be s to keep seconds, m for minutes, h for hours or d for days.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 678156eb2628dadb221d45dfcf8bcb5ebffd2659..06b1b93d28421aff10d5daab73a2ea0252b5f887 100644 (file)
@@ -645,7 +645,7 @@ prints baud rate, line discipline, and deviations from stty sane.  In\n\
 settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\
 127; special values ^- or undef used to disable special characters.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 42b3061c808641dc95aa03630981e0bd87c5c893..c0110942aef9601a9fb9cf7166e4d4a5a4885987 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -450,7 +450,7 @@ Change the effective user id and group id to that of USER.\n\
 \n\
 A mere - implies -l.   If USER not given, assume root.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index c10c263b7c1fd013ede7bac9aa9e2113d7056ab7..a3de574f86e158f20c07c6d9603ab2e6d76dfe38 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -72,7 +72,7 @@ Copy standard input to each FILE, and also to standard output.\n\
       --help                display this help and exit\n\
       --version             output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 1dc1c2de5a92b8fd706aec677014b3a12e805c79..9ebf6025fe1059438755ea21a228b2ce180a1cfb 100644 (file)
@@ -1035,7 +1035,7 @@ EXPRESSION is true or false and sets exit status.  It is one of:\n\
 Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\
 INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index fe3f04591cda9b6d8d93a9c14b593128f65a8bad..976771b1d10cc817e572b681e4094721953389f9 100644 (file)
--- a/src/tty.c
+++ b/src/tty.c
@@ -125,7 +125,7 @@ Print the file name of the terminal connected to standard input.\n\
       --help              display this help and exit\n\
       --version           output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index d3ed73fad7043b15f44bcf7fcad40e8d1fd3cfe2..510a74441e9d7e74e4e6809bd2e325fc60a3cc5c 100644 (file)
@@ -213,7 +213,7 @@ Print certain system information.  With no OPTION, same as -s.\n\
   -v               print the operating system version\n\
       --help       display this help and exit\n\
       --version    output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index b2e7cb6cd44107e1ff35b20bacc65c3b5bbb3f6b..ed0c2aa3e1d964f83a4a0c02b0c9ecb6d68c37cb 100644 (file)
@@ -168,7 +168,7 @@ If FILE is not specified, use %s.  %s as FILE is common.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n"),
              UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index a3b72453c3bf49c2c28fb7eb4d5d6ea8e799fe9f..a3d6d7bf664801d6a02f6141c7e36193732d8507 100644 (file)
@@ -123,7 +123,7 @@ If FILE is not specified, use %s.  %s as FILE is common.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n"),
              UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index 9615cbe1282bed54436355328d5537fea6340abb..ff2f9f4adc94e7d3d8a6a106cca655167fa2a74e 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -374,7 +374,7 @@ usage (int status)
 If FILE is not specified, use %s.  %s as FILE is common.\n\
 If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
 "), UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index a61901b410705276b19ea0049ad36450aa94bae9..14037ef86019722d933ddb75af524edb35b76497 100644 (file)
@@ -57,7 +57,7 @@ Same as id -un.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }
index d73b1938937453f74adf8e5844a60965a3b5bf06..bd9628f01149d2ca36e9feb1e950a50424fa7136 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -42,7 +42,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
     }
   exit (status);
 }