bareos2015: bareos-14.2 41127f7b

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2013-12-26 20:09 bareos-14.2 73d26a5e Pending
Changeset Allow history file and size to be configurable.

Up until now the readline history file always had a fixed name and size
of 100 entries in memory and 200 on disk. You could always configure a
name for the history file but it was never used. We now also always
truncate the history size to the configured size before reading it into
memory.
mod - src/console/console.c Diff File
mod - src/console/console_conf.c Diff File
mod - src/console/console_conf.h Diff File