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 ...@@ -12,12 +12,15 @@ version 0.9.4 -- unreleased
. Fixed inversed vsname emptiness check . Fixed inversed vsname emptiness check
rdiff: rdiff:
. Fixed improper include/exclude symlink dereference . Fixed improper include/exclude symlink dereference
. Removed overzealous vsnames check
dup: dup:
. Fixed improper include/exclude symlink dereference . Fixed improper include/exclude symlink dereference
. Removed over zealous vsnames check
lib changes lib changes
vserver: vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax) . init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. found_vservers: escaped special grep repetition character + . found_vservers: escaped special grep repetition character +
minor documentation fixes
version 0.9.3 -- February 1st, 2006 version 0.9.3 -- February 1st, 2006
autotools fixes autotools fixes
......
...@@ -51,7 +51,6 @@ if [ $vservers_are_available = yes ]; then ...@@ -51,7 +51,6 @@ if [ $vservers_are_available = yes ]; then
fi fi
else else
[ -z "$vsinclude" ] || warning 'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored' [ -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 fi
### see if we can login ### ### 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