# This is the config file for tkpasman. Everything should work by default. # You probably only want to change BINDIR. In the unlikely event that the # build script is not able to find WISH and TCLSH, please enter their full # paths below. # In which directory do you want tkpasman to be installed? BINDIR=/usr/local/bin # Shell to run the build script with (e.g. /bin/bash). #SHELL=/bin/bash SHELL=/bin/sh # The Makefile should find wish8.3 and tclsh8.3. When it fails, enter here # the full path to your wish and tclsh shell. WISH= TCLSH= # Filename of the user config file of TkPasMan. Be sure to quote file- # names starting with a tilde! CONFIGFILE='~/.tkpasmanrc' # Base filename of the password file. Please don't change these defaults # unless you really know what you're doing. When you use encryption, the # encryption method will be automatically appended to this filename, like # this: '~/.tkpasman.bf' PWDFILE='~/.tkpasman' # Build in openssl support (true or false, optional). # (You will have to switch on encryption in the Options menu) USE_OPENSSL=true # Full pathname of the openssl program (e.g. /usr/local/ssl/bin/openssl) # Only supply this pathname if the build script does not find it on # itself. OPENSSL= # The preferred algorithms to use. We don't make this a runtime option, to # prevent users from losing data while switching from one algorithm to # another. For a full list, run `openssl list-cipher-commands'. # The first available will be used (almost hardcoded in the program). # Please separate the algorithm names with a pipe character. ENC="bf|des3|rc2" # You probably don't need to edit below this line. # ================================================ VERSION=2.2b PROGNAME=tkpasman OPENSSL_SEARCH_PATH=/usr/ssl/bin:/usr/openssl/bin:/usr/local/ssl/bin:/usr/local/openssl/bin