X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/ec2081492f7a9a50f36c507928ae6ed1af0f164b..8af4aa70b17181c6eb58e85c04f84f21e1fe8b7b:/cryptop.in diff --git a/cryptop.in b/cryptop.in index 7b38a0a..4858a53 100755 --- a/cryptop.in +++ b/cryptop.in @@ -26,14 +26,16 @@ set -e : ${ETC=@pkgconfdir@} : ${KEYS=@pkgstatedir@} -: ${KEYSLIB=@pkglibdir@} +: ${KEYSLIB=@pkgdatadir@} export ETC KEYS KEYSLIB . "$KEYSLIB"/keyfunc.sh -usage="usage: $quis COMMAND [ARGUMENTS ...]" +usage="COMMAND [ARGUMENTS ...]" prefix=cryptop +runas @user@ cryptop "$@" + ## Parse options. while getopts "hv" opt; do case "$opt" in