summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-15 19:26:30 +0100
committer B. Watson2022-03-17 17:38:18 +0100
commit1136668e665961406059ad98617b938bb3bafafd (patch)
treefc884fd50daf87e93fc46f89fb6f29347ba55089
parentbf07d27fb2c7015b2020c34be75b8d83261b87d7 (diff)
downloadslackbuilds-1136668e665961406059ad98617b938bb3bafafd.tar.gz
system/go-mtree: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/go-mtree/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/go-mtree/README b/system/go-mtree/README
index 0b22f417b0..1c03d145a3 100644
--- a/system/go-mtree/README
+++ b/system/go-mtree/README
@@ -6,3 +6,7 @@ Tar archives can be used to generate an mtree manifest, and
then validate the files present on a filesystem, or vice versa.
See /usr/doc/go-mtree-*/README.md for examples.
+
+Warning: This SlackBuild requires network access when it runs, meaning
+it downloads files from the Internet with root access. You should
+decide for yourself whether or not you think this is a good idea.