From: Mark Wooding Date: Sun, 25 Dec 2011 23:43:10 +0000 (+0000) Subject: keyfunc.sh.in: Add come commentary to the configuration section. X-Git-Tag: 0.99.1~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/e787e19c99a9df4f49ac77237c58d43df3829e9f?ds=sidebyside keyfunc.sh.in: Add come commentary to the configuration section. --- diff --git a/keyfunc.sh.in b/keyfunc.sh.in index 44117e9..bad5af1 100644 --- a/keyfunc.sh.in +++ b/keyfunc.sh.in @@ -28,11 +28,14 @@ quis=${0##*/} ###-------------------------------------------------------------------------- ### Configuration variables. +## Automatically configured pathnames. PACKAGE="@PACKAGE@" VERSION="@VERSION@" bindir="@bindir@" +## Read user configuration. if [ -f $ETC/keys.conf ]; then . $ETC/keys.conf; fi +## Maybe turn on debugging. case "${KEYS_DEBUG+t}" in t) set -x ;; esac ###--------------------------------------------------------------------------