Add nss-tls-1.0 and gfs2-utils-3.2.0 ebuilds

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
Andrea Postiglione
2020-08-13 15:17:22 +02:00
parent def2c0c60e
commit 60704677d2
14 changed files with 557 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Description: update python scripts for python3
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Last-Update: 2018-04-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/gfs2/scripts/gfs2_lockcapture
+++ b/gfs2/scripts/gfs2_lockcapture
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
"""
The script "gfs2_lockcapture" will capture locking information from GFS2 file
systems and DLM.
--- a/gfs2/scripts/gfs2_trace
+++ b/gfs2/scripts/gfs2_trace
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
"""
This script will enable or disable trace events for GFS2. The script can capture
trace events and write the trace events captured to a file.