diff options
| author | Paul Buetow <paul@buetow.org> | 2010-12-10 13:28:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-12-10 13:28:31 +0000 |
| commit | 3995baacc15adf68636e85248ec22cb6f3ca7588 (patch) | |
| tree | 3db801c6c658ea6f601f43a4b56100911e083f22 | |
| parent | b75b80c46e396cc81de52662821b2612a2853925 (diff) | |
set default db to private.gpg
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rwxr-xr-x | pwgrep.sh | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,7 @@ -Fri Nov 19 22:05:27 CET 2010 - -v0.8-pre-1 +Fri Dec 10 14:22:04 CET 2010 - v0.8-pre-2 +* Set default db to private.gpg + +Fri Nov 19 22:05:27 CET 2010 - v0.8-pre-1 * Added create-symlinks.sh Sun Nov 7 22:37:21 CET 2010 @@ -1,6 +1,6 @@ #!/bin/bash -# pwgrep v0.8-pre-1 (c) 2009, 2010 by Paul Buetow +# pwgrep v0.8-pre-2 (c) 2009, 2010 by Paul Buetow # pwgrep helps you to manage all your passwords using GnuGP # for encryption and a versioning system (subversion by default) # for keeping track all changes of your password database. In @@ -22,7 +22,7 @@ # You can overwrite the default values by setting env. variables # or by just editing this file. -DEFAULTPWGREPDB=mydb.gpg +DEFAULTPWGREPDB=private.gpg [ -z "$PWGREPRC" ] && PWGREPRC=~/.pwgreprc # Only use mawk or gawk, but if possible not nawk. On *BSD awk=nawk. So try |
