diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 14:26:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:18 -0400 |
commit | 1136668e665961406059ad98617b938bb3bafafd (patch) | |
tree | fc884fd50daf87e93fc46f89fb6f29347ba55089 /system | |
parent | bf07d27fb2c7015b2020c34be75b8d83261b87d7 (diff) | |
download | slackbuilds-1136668e665961406059ad98617b938bb3bafafd.tar.gz |
system/go-mtree: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/go-mtree/README | 4 |
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. |