Age | Commit message (Collapse) | Author |
|
|
|
/bin/bash -> /usr/bin/env bash
bash may be located elsewhere. Was changed before for the main script.
|
|
Particularly in case somebody uses de-/encrypting {input,ouput}_program,
it is important that the temporary file containing the decrypted data
remains only accessible by the current user and is deleted when no
longer needed.
|
|
|
|
- Remove unnecessary AC_SUBST.
- AC_SUBST([default_confdir])
`- Simplify, paricularly get rid of sed.
`- Use local variables.
`- Fix prefix=/ resulting in //'s.
|
|
|
|
- Do not declare variables as local if they are also declared using
`typeset'.
- Slightly improve man page.
- Change license links to https.
- Update TODO
|
|
|
|
Somewhere after version 0.2.2.
Most notably, ctct can now be properly installed on OpenBSD and most
likely other BSDs.
|