1
0
forked from pool/gnu_parallel
gnu_parallel/parallel-remove-nag-screen.patch
Jan Engelhardt 473969da63 Accepting request 743491 from home:namtrac:branches:utilities
- Update to new release 20191022
  * --nice is now inherited by the nice level that GNU Parallel is
    started at. So 'nice -n10 parallel' will also cause remote jobs to be
    run at nice level 10.
  * --delay is now accurate to within 5 ms.
  * --tee will use --output-error=warn-nopipe if supported by tee.
- Refresh parallel-remove-nag-screen.patch

OBS-URL: https://build.opensuse.org/request/show/743491
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=113
2019-10-29 14:26:14 +00:00

27 lines
1.1 KiB
Diff

Index: parallel-20191022/src/parallel
===================================================================
--- parallel-20191022.orig/src/parallel
+++ parallel-20191022/src/parallel
@@ -1949,7 +1949,7 @@ sub parse_options(@) {
#
# If you want GNU Parallel to be maintained in the future keep
# this line.
- citation_notice();
+ #citation_notice();
# Seriously: YOU will be harming free software by removing the
# notice. You make it harder to justify spending time developing
# it. If you *do* remove the line, please email
Index: parallel-20191022/src/sem
===================================================================
--- parallel-20191022.orig/src/sem
+++ parallel-20191022/src/sem
@@ -1949,7 +1949,7 @@ sub parse_options(@) {
#
# If you want GNU Parallel to be maintained in the future keep
# this line.
- citation_notice();
+ #citation_notice();
# Seriously: YOU will be harming free software by removing the
# notice. You make it harder to justify spending time developing
# it. If you *do* remove the line, please email