diff options
author | Micah Anderson <micah@riseup.net> | 2006-04-05 04:40:40 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-04-05 04:40:40 +0000 |
commit | e12521be73b7b67c884277ad5339977c49ef7f0b (patch) | |
tree | 9607a3f69f8215bcf15b477c7fa14a45b64ba9de | |
parent | 5dc573b4c991bad1b38819abd8a8e65afe391427 (diff) | |
download | backupninja-e12521be73b7b67c884277ad5339977c49ef7f0b.tar.gz backupninja-e12521be73b7b67c884277ad5339977c49ef7f0b.tar.bz2 |
Removed over zelous vsnames check
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | handlers/dup | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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 ### |