diff options
author | intrigeri <intrigeri@boum.org> | 2005-08-09 20:55:58 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2005-08-09 20:55:58 +0000 |
commit | 540f7e0f7c34b7a366a80f68ee8ea4dd32c89ecc (patch) | |
tree | 0e51c5bc8f639a285d3c09115732bb21b78051ab /changelog | |
parent | 49dfbcb81f79772c2283a9637eee49616b0b5ac8 (diff) | |
download | backupninja-540f7e0f7c34b7a366a80f68ee8ea4dd32c89ecc.tar.gz backupninja-540f7e0f7c34b7a366a80f68ee8ea4dd32c89ecc.tar.bz2 |
ninjahelper: better check_perms(), improved xedit.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |