bareos2015: bareos-14.2 a4bb4971

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2013-07-17 21:30 bareos-14.2 3fd37c58 Pending
Affected Issues  0000209: Implement a store_alist_dir function
Changeset Implement a store_alist_dir function

We currently have the following functions:

- store_dir() (For storing a string with shell expansion to a dir/file)
- store_str() (For storing a string)
- store_alist_str() (For storing a list of strings)

we are missing a store_alist_dir() which stores a list of shell
expanded dirs/files.

Fixes 0000209: Implement a store_alist_dir function
mod - src/filed/filed_conf.c Diff File
mod - src/lib/parse_conf.c Diff File
mod - src/lib/parse_conf.h Diff File