ps: change PACKAGE_BUGREPORT to procps@freelists.org
This commit is contained in:
parent
893b1b81a8
commit
dd194da7ec
@ -792,7 +792,7 @@ const char *process_sf_options(int localbroken){
|
|||||||
// with sorting. Do the threads remain grouped, with sorting
|
// with sorting. Do the threads remain grouped, with sorting
|
||||||
// by process, or do the threads get sorted by themselves?
|
// by process, or do the threads get sorted by themselves?
|
||||||
if(sort_list && (thread_flags&TF_no_sort)){
|
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.
|
// 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){
|
if(tmp && *tmp){
|
||||||
const char *err;
|
const char *err;
|
||||||
sf_node sfn;
|
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.sf = tmp;
|
||||||
sfn.f_cooked = NULL;
|
sfn.f_cooked = NULL;
|
||||||
err = format_parse(&sfn);
|
err = format_parse(&sfn);
|
||||||
|
Loading…
Reference in New Issue
Block a user