summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-12-10 13:28:31 +0000
committerPaul Buetow <paul@buetow.org>2010-12-10 13:28:31 +0000
commit3995baacc15adf68636e85248ec22cb6f3ca7588 (patch)
tree3db801c6c658ea6f601f43a4b56100911e083f22
parentb75b80c46e396cc81de52662821b2612a2853925 (diff)
set default db to private.gpg
-rw-r--r--CHANGELOG5
-rwxr-xr-xpwgrep.sh4
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6694eb3..abd3e7d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/pwgrep.sh b/pwgrep.sh
index 0ea45a9..749757d 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -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