mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
Removed over zelous vsnames check
This commit is contained in:
parent
5dc573b4c9
commit
e12521be73
@ -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 ###
|
||||
|
Loading…
Reference in New Issue
Block a user