From: Paulo Caldas Date: Fri, 1 Jul 2022 16:54:50 +0000 (+0100) Subject: Added info for .rnd file (#126) X-Git-Tag: v0.2.0.2~184 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/8395f1b61287508b6bee530bddfc1d1a8499690f?ds=sidebyside Added info for .rnd file (#126) As per the "Supported" section in https://wiki.archlinux.org/title/XDG_Base_Directory Co-authored-by: Paulo Caldas --- diff --git a/programs/openssl.json b/programs/openssl.json new file mode 100644 index 0000000..dfb5d5c --- /dev/null +++ b/programs/openssl.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.rnd", + "movable": true, + "help": "Export variable RANDFILE for location of random seed file" + } + ], + "name": "openssl" +}