aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--handlers/dup1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13c92d1..5c23aa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,12 +12,15 @@ version 0.9.4 -- unreleased
. Fixed inversed vsname emptiness check
rdiff:
. Fixed improper include/exclude symlink dereference
+ . Removed overzealous vsnames check
dup:
. Fixed improper include/exclude symlink dereference
+ . Removed over zealous vsnames check
lib changes
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. found_vservers: escaped special grep repetition character +
+ minor documentation fixes
version 0.9.3 -- February 1st, 2006
autotools fixes
diff --git a/handlers/dup b/handlers/dup
index 1f54652..e490aa5 100644
--- a/handlers/dup
+++ b/handlers/dup
@@ -51,7 +51,6 @@ if [ $vservers_are_available = yes ]; then
fi
else
[ -z "$vsinclude" ] || warning 'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored'
- [ -z "$vsnames" ] || warning 'vservers support disabled in backupninja.conf, vsnames configuration line will be ignored'
fi
### see if we can login ###