2017-07-07 17:57:31 +02:00
|
|
|
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
|
|
|
|
|
2018-08-08 18:47:41 +02:00
|
|
|
---
|
2018-11-14 21:06:21 +01:00
|
|
|
src/parallel | 2 --
|
|
|
|
src/sem | 2 --
|
|
|
|
2 files changed, 4 deletions(-)
|
2018-08-08 18:47:41 +02:00
|
|
|
|
2018-11-14 21:06:21 +01:00
|
|
|
Index: parallel-20181022/src/parallel
|
2017-07-07 17:57:31 +02:00
|
|
|
===================================================================
|
2018-11-14 21:06:21 +01:00
|
|
|
--- parallel-20181022.orig/src/parallel
|
|
|
|
+++ parallel-20181022/src/parallel
|
|
|
|
@@ -1454,8 +1454,6 @@ sub parse_options {
|
2018-08-08 18:47:41 +02:00
|
|
|
# runs. If that is too much trouble for you, why not use one of
|
2018-11-14 21:06:21 +01:00
|
|
|
# the alternatives instead?
|
|
|
|
# See a list in: 'man parallel_alternatives'
|
2017-07-07 17:57:31 +02:00
|
|
|
- citation_notice();
|
2018-11-14 21:06:21 +01:00
|
|
|
-
|
2017-07-07 17:57:31 +02:00
|
|
|
parse_halt();
|
|
|
|
|
2018-11-14 21:06:21 +01:00
|
|
|
if($ENV{'PARALLEL_ENV'}) {
|
|
|
|
Index: parallel-20181022/src/sem
|
2018-08-08 18:47:41 +02:00
|
|
|
===================================================================
|
2018-11-14 21:06:21 +01:00
|
|
|
--- parallel-20181022.orig/src/sem
|
|
|
|
+++ parallel-20181022/src/sem
|
|
|
|
@@ -1454,8 +1454,6 @@ sub parse_options {
|
2018-08-08 18:47:41 +02:00
|
|
|
# runs. If that is too much trouble for you, why not use one of
|
2018-11-14 21:06:21 +01:00
|
|
|
# the alternatives instead?
|
|
|
|
# See a list in: 'man parallel_alternatives'
|
2017-07-07 17:57:31 +02:00
|
|
|
- citation_notice();
|
2018-11-14 21:06:21 +01:00
|
|
|
-
|
2017-07-07 17:57:31 +02:00
|
|
|
parse_halt();
|
2018-08-08 18:47:41 +02:00
|
|
|
|
2018-11-14 21:06:21 +01:00
|
|
|
if($ENV{'PARALLEL_ENV'}) {
|