From fde6b068f5f0f86eacf50b90b2b2965af8ed1a33 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 9 Aug 2002 19:52:59 +0000 Subject: [PATCH] Documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@83 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index 23d5076b2c..f01f44b978 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 3 August 2002 + 9 August 2002 Irix conversion notes: - no uuencode @@ -15,6 +15,29 @@ To do: - Document forcing a new tape to be used. - Document "Error in message.c:500 Mail program terminated in error. +From Chuck: +--bindir is wrong and does not reflect prefix= in the *_sqlite_* scripts +(src/cats) + +--top level configure options are not passed to the depkgs, particularly +prefix= + +Also, it might be better to split the depkgs location from the --with-sqlite +location. + +--should be able to specify e.g. --with-sqlite=/opt/local and have it find +lib, bin, sbin for itself + +I tried this and it didn't find sqlite.h + +--the console script is broken as installed and has to be hand-massaged with +paths, config files etc. + +--sd.conf password does not match dir.conf storage password + +======= +- Convert all %x substitution variables, which are hard to remember + and read to %(variable-name)s. Idea from TMDA. - Report volume write rate. - Fix db_get_job_volume_names() to return array of strings. - Report compression % and other compression statistics if turned on. -- 2.39.5