From efb66220540a9ef86aa0160d15e55f429d5b94d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Noack?= Date: Fri, 16 Feb 2024 17:17:02 +0100 Subject: [PATCH] Rename example tools with go-landlock prefix The 'convert' utility name conflicts with the popular ImageMagick tool, and it's too easy to accidentally break scripts which rely on that tool. --- examples/{configurable => go-landlock-configurable}/cfg.json | 0 examples/{configurable => go-landlock-configurable}/main.go | 0 examples/{convert => go-landlock-convert}/main.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/{configurable => go-landlock-configurable}/cfg.json (100%) rename examples/{configurable => go-landlock-configurable}/main.go (100%) rename examples/{convert => go-landlock-convert}/main.go (100%) diff --git a/examples/configurable/cfg.json b/examples/go-landlock-configurable/cfg.json similarity index 100% rename from examples/configurable/cfg.json rename to examples/go-landlock-configurable/cfg.json diff --git a/examples/configurable/main.go b/examples/go-landlock-configurable/main.go similarity index 100% rename from examples/configurable/main.go rename to examples/go-landlock-configurable/main.go diff --git a/examples/convert/main.go b/examples/go-landlock-convert/main.go similarity index 100% rename from examples/convert/main.go rename to examples/go-landlock-convert/main.go