summaryrefslogtreecommitdiff
path: root/6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-11-07 13:59:40 +0000
committerCoprDistGit <infra@openeuler.org>2024-11-07 13:59:40 +0000
commit2b6198b4f0a15dd6a8b5cd4dc114ef6e40411cd9 (patch)
treeef3d59582a4e627cfa7a5f069340b81b71061e03 /6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch
parent29581fc635c92edc86bf703576477e72e111634c (diff)
automatic import of gns3-server
Diffstat (limited to '6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch')
-rw-r--r--6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch b/6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch
deleted file mode 100644
index cdf9ae9..0000000
--- a/6e66b26b88708d61dd3d90ea5836fe27d7709d2a.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 6e66b26b88708d61dd3d90ea5836fe27d7709d2a Mon Sep 17 00:00:00 2001
-From: grossmj <grossmj@gns3.net>
-Date: Tue, 22 Oct 2024 12:18:28 +1000
-Subject: [PATCH] Fix errors in init.sh. Fixes #2431
-
----
- gns3server/compute/docker/resources/init.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gns3server/compute/docker/resources/init.sh b/gns3server/compute/docker/resources/init.sh
-index 9811bdebd..05c6ee2e0 100755
---- a/gns3server/compute/docker/resources/init.sh
-+++ b/gns3server/compute/docker/resources/init.sh
-@@ -25,7 +25,7 @@ PATH=/gns3/bin:/tmp/gns3/bin:/sbin:$PATH
- # bootstrap busybox commands
- if [ ! -d /tmp/gns3/bin ]; then
- busybox mkdir -p /tmp/gns3/bin
-- for applet in `busybox --list-full`
-+ for applet in `busybox --list`
- do
- ln -s /gns3/bin/busybox "/tmp/gns3/bin/$applet"
- done