aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2005-08-09 20:55:58 +0000
committerintrigeri <intrigeri@boum.org>2005-08-09 20:55:58 +0000
commit540f7e0f7c34b7a366a80f68ee8ea4dd32c89ecc (patch)
tree0e51c5bc8f639a285d3c09115732bb21b78051ab /changelog
parent49dfbcb81f79772c2283a9637eee49616b0b5ac8 (diff)
downloadbackupninja-540f7e0f7c34b7a366a80f68ee8ea4dd32c89ecc.tar.gz
backupninja-540f7e0f7c34b7a366a80f68ee8ea4dd32c89ecc.tar.bz2
ninjahelper: better check_perms(), improved xedit.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index 51ee159..f2e11b1 100644
--- a/changelog
+++ b/changelog
@@ -20,6 +20,12 @@ version XX -- ...
now checks if the specified vserver is running.
now checks if $PGSQLDUMP/$PGSQLDUMPALL are available where needed.
now checks if "postgres" user exists on the host/vserver.
+ changes to ninjahelper
+ check_perms() does not die anymore on group/world readable
+ helper scripts (now consistent with the "helper scripts
+ must not be group or world writable!" error msg).
+ xedit action now tries $EDITOR, then /etc/alternatives/editor,
+ then nano, vim and vi, and aborts if none of these exists.
version 0.7 -- July 26 2005
added ninjahelper: a dialog based wizard for creating backupninja configs.