]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added info for .rnd file (#126)
authorPaulo Caldas <pauloedgar2@gmail.com>
Fri, 1 Jul 2022 16:54:50 +0000 (17:54 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 16:54:50 +0000 (18:54 +0200)
As per the "Supported" section in https://wiki.archlinux.org/title/XDG_Base_Directory

Co-authored-by: Paulo Caldas <paulo.caldas@xpectraltek.com>
programs/openssl.json [new file with mode: 0644]

diff --git a/programs/openssl.json b/programs/openssl.json
new file mode 100644 (file)
index 0000000..dfb5d5c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.rnd",
+            "movable": true,
+            "help": "Export variable RANDFILE for location of random seed file"
+        }
+    ],
+    "name": "openssl"
+}