1
0
forked from pool/gnu_parallel
gnu_parallel/parallel-remove-nag-screen.patch

40 lines
1.2 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 | 2 --
src/sem | 2 --
2 files changed, 4 deletions(-)
Index: parallel-20181022/src/parallel
===================================================================
--- parallel-20181022.orig/src/parallel
+++ parallel-20181022/src/parallel
@@ -1454,8 +1454,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();
if($ENV{'PARALLEL_ENV'}) {
Index: parallel-20181022/src/sem
===================================================================
--- parallel-20181022.orig/src/sem
+++ parallel-20181022/src/sem
@@ -1454,8 +1454,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();
if($ENV{'PARALLEL_ENV'}) {