From: Kern Sibbald Date: Tue, 26 Apr 2005 15:22:48 +0000 (+0000) Subject: Update kernstodo + add newline in message X-Git-Tag: Release-1.38.0~539 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba9be74a178a32104bdf3923ca330164a4411ef4;p=bacula%2Fbacula Update kernstodo + add newline in message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1959 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 0ed8b654ae..eb65aeae6a 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -21,6 +21,7 @@ Version 1.37 Kern (see below) bimagemgr. ## Consider moving docs to their own project. ## Move rescue to its own project. +## Create a new GUI chapter explaining all the GUI programs. Autochangers: - 3. Prevent two drives requesting the same Volume in any given @@ -51,7 +52,6 @@ For 1.37: - Implement a way an Admin Job can prune, possibly multiple clients -- Python script? - Implement "NewVolumeEachJob = yes|no" in Dir. -- Create a new GUI chapter explaining all the GUI programs. - Look at Preben's acl.c error handling code. - Implement Maximum Job Spool Size - Remove all old Device resource code in Dir and code to pass it @@ -1323,4 +1323,3 @@ Block Position: 0 - Look at dird_conf.c:1000: warning: `int size' might be used uninitialized in this function - Indicate when a Job is purged/pruned during restore. - diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index 59947a36d5..9189c234b5 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -895,8 +895,8 @@ static bool build_directory_tree(UAContext *ua, RESTORE_CTX *rx) } if (tree.FileCount == 0) { bsendmsg(ua, "\nThere were no files inserted into the tree, so file selection\n" - "is not possible.\nMost likely your retention policy pruned the files\n"); - if (!get_yesno(ua, _("Do you want to restore all the files? (yes|no): "))) { + "is not possible.Most likely your retention policy pruned the files\n"); + if (!get_yesno(ua, _("\nDo you want to restore all the files? (yes|no): "))) { OK = false; } else { last_JobId = 0;