bareos2015: bareos-13.2 50877a3a

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-13.2 2013-05-04 23:02 bareos-13.2 184919b8 Pending
Changeset Only code shell functions once.

All bareos-ctl-* scripts code the same set of functions which is kind
of stupid. This patch creates a common set of functions which are
included into the script so we only need to code them once and reuse
them. Also added support for pgrep support which is on Platforms like
Solaris and xBSD next to pidof support.
mod - autoconf/configure.in Diff File
mod - scripts/Makefile.in Diff File
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/bareos-ctl-fd.in Diff File
add - scripts/bareos-ctl-funcs Diff File
mod - scripts/bareos-ctl-sd.in Diff File