forked from openembedded/meta-openembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
meta-networking/recipes-connectivity/ufw/ufw/0006-Change-ufw-to-use-Python-3.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From cc07a44f717bb7bdd71c07a7ad84caf6d8ed5c8c Mon Sep 17 00:00:00 2001 | ||
From: Garrett Brown <[email protected]> | ||
Date: Tue, 2 Apr 2024 14:12:46 -0700 | ||
Subject: [PATCH] Change ufw to use Python 3 | ||
|
||
--- | ||
src/ufw | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/src/ufw b/src/ufw | ||
index c9e80e9..6ae28fa 100755 | ||
--- a/src/ufw | ||
+++ b/src/ufw | ||
@@ -1,4 +1,4 @@ | ||
-#! /usr/bin/env python | ||
+#! /usr/bin/env python3 | ||
# | ||
# ufw: front-end for Linux firewalling (cli) | ||
# | ||
-- | ||
2.34.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters