summaryrefslogtreecommitdiff
path: root/sys-fs/gfs2-utils/files/python3.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-fs/gfs2-utils/files/python3.patch
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sys-fs/gfs2-utils/files/python3.patch')
-rw-r--r--sys-fs/gfs2-utils/files/python3.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-fs/gfs2-utils/files/python3.patch b/sys-fs/gfs2-utils/files/python3.patch
deleted file mode 100644
index b90959aefc9e..000000000000
--- a/sys-fs/gfs2-utils/files/python3.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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.