gnu_parallel/parallel-remove-nag-screen.patch

38 lines
1.1 KiB
Diff
Raw Normal View History

From: Andreas Stieger <astieger@suse.com>
Date: Fri, 07 Jul 2017 14:55:15 +0000
Subject: remove nag screen
Upstream: no
Removes the nag screen printed to stdout.
https://en.opensuse.org/openSUSE:Packaging_guidelines#Donation_requests
---
src/parallel | 1 -
src/sem | 1 -
2 files changed, 2 deletions(-)
Index: parallel-20180722/src/parallel
===================================================================
--- parallel-20180722.orig/src/parallel
+++ parallel-20180722/src/parallel
@@ -1441,7 +1441,6 @@ sub parse_options {
# runs. If that is too much trouble for you, why not use one of
# the alternatives instead? See a list in: 'man
# parallel_alternatives'
- citation_notice();
parse_halt();
Index: parallel-20180722/src/sem
===================================================================
--- parallel-20180722.orig/src/sem
+++ parallel-20180722/src/sem
@@ -1441,7 +1441,6 @@ sub parse_options {
# runs. If that is too much trouble for you, why not use one of
# the alternatives instead? See a list in: 'man
# parallel_alternatives'
- citation_notice();
parse_halt();