gnu_parallel/parallel-remove-nag-screen.patch

37 lines
1.2 KiB
Diff
Raw Normal View History

From: Dan Cermak <dcermak@suse.com>
Date:
---
src/parallel | 2 ++
src/sem | 2 ++
2 files changed, 4 insertions(+)
Index: parallel-20191222/src/parallel
===================================================================
--- parallel-20191222.orig/src/parallel
+++ parallel-20191222/src/parallel
@@ -1949,7 +1949,9 @@ sub parse_options(@) {
#
# If you want GNU Parallel to be maintained in the future keep
# this line.
+ if (0) {
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-20191222/src/sem
===================================================================
--- parallel-20191222.orig/src/sem
+++ parallel-20191222/src/sem
@@ -1949,7 +1949,9 @@ sub parse_options(@) {
#
# If you want GNU Parallel to be maintained in the future keep
# this line.
+ if (0) {
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