]> granicus.if.org Git - procps-ng/commitdiff
ps: change PACKAGE_BUGREPORT to procps@freelists.org
authorJim Warner <james.warner@comcast.net>
Wed, 4 Jan 2012 13:53:35 +0000 (07:53 -0600)
committerCraig Small <csmall@enc.com.au>
Wed, 4 Jan 2012 22:56:05 +0000 (09:56 +1100)
ps/sortformat.c

index 8b39915263ba704e4b3e21e9aacfe264b1663d7f..d83b7d41ab4d73f7d8072b92ecfd917d18ec91b0 100644 (file)
@@ -792,7 +792,7 @@ const char *process_sf_options(int localbroken){
   // with sorting. Do the threads remain grouped, with sorting
   // by process, or do the threads get sorted by themselves?
   if(sort_list && (thread_flags&TF_no_sort)){
-    return _("Tell PACKAGE_BUGREPORT what you expected.");
+    return _("Tell <procps@freelists.org> what you expected.");
   }
 
   // If nothing else, try to use $PS_FORMAT before the default.
@@ -802,7 +802,7 @@ const char *process_sf_options(int localbroken){
     if(tmp && *tmp){
       const char *err;
       sf_node sfn;
-      if(thread_flags&TF_must_use) return _("Tell PACKAGE_BUGREPORT what you want. (-L/-T, -m/m/H, and $PS_FORMAT)");
+      if(thread_flags&TF_must_use) return _("Tell <procps@freelists.org> what you want. (-L/-T, -m/m/H, and $PS_FORMAT)");
       sfn.sf = tmp;
       sfn.f_cooked = NULL;
       err = format_parse(&sfn);