Skip to content
Snippets Groups Projects
Commit e12521be authored by micah's avatar micah :speech_balloon:
Browse files

Removed over zelous vsnames check

parent 5dc573b4
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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 ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment