New commits:
commit c1406fefed6c9e532464470e5588f7cd79004123
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
backuppc: Fixed handling of default data dir :/
diff --git a/archive/backuppc/CONFIGURE b/archive/backuppc/CONFIGURE
index fb4e2e7..c821f9f 100755
--- a/archive/backuppc/CONFIGURE
+++ b/archive/backuppc/CONFIGURE
@@ -3,5 +3,8 @@ if [[ "${BACKUPPC_DATA_DIR}" == "" ]]; then
if [[ "${BACKUPPC_DD_OK}" == "n" ]]; then
unset BACKUPPC_DATA_DIR
config_query_string BACKUPPC_DATA_DIR "Where should it be?"
"/var/backups"
+ else
+ persistent_add BACKUPPC_DATA_DIR
+ BACKUPPC_DATA_DIR="/var/backups"
fi
fi
diff --git a/archive/backuppc/HISTORY b/archive/backuppc/HISTORY
index fb9df44..05ad9b7 100644
--- a/archive/backuppc/HISTORY
+++ b/archive/backuppc/HISTORY
@@ -1,2 +1,6 @@
+2008-10-02 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE: oops, should've handled what happens if you don't select
+ a different data dir
+
2008-09-19 David Kowis <dkowis AT shlrm.org>
* DETAILS, INSTALL, BUILD, DEPENDS, CONFIGURE: created spell
[SM-Commit] GIT changes to master grimoire by David Kowis (c1406fefed6c9e532464470e5588f7cd79004123),
David Kowis, 10/02/2008