X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/blobdiff_plain/c47f2aba7d705252c660ba1ad0931fbb93122d80..d38dc450f0649c09a968588be167075b06679c47:/cryptop.in diff --git a/cryptop.in b/cryptop.in index 3efb554..7b38a0a 100755 --- a/cryptop.in +++ b/cryptop.in @@ -34,17 +34,6 @@ export ETC KEYS KEYSLIB usage="usage: $quis COMMAND [ARGUMENTS ...]" prefix=cryptop -## Fake up caller credentials if not called via userv. -case "${USERV_USER+t}" in - t) ;; - *) USERV_USER=${LOGNAME-${USER-$(id -un)}} USERV_UID=$(id -u) ;; -esac -case "${USERV_GROUP+t}" in - t) ;; - *) USERV_GROUP=$(id -Gn) USERV_GID=$(id -gn) ;; -esac -export USERV_USER USERV_UID USERV_GROUP USERV_GID - ## Parse options. while getopts "hv" opt; do case "$opt" in