From: Kern Sibbald Date: Tue, 16 Oct 2007 19:10:47 +0000 (+0000) Subject: kes Add PATH command to SunOS part of mtx-changer.in so that sed and X-Git-Tag: Release-5.0.3~2835 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ade716e47060c4a3476c9d5422e6609b20aeab54;p=bacula%2Frescue kes Add PATH command to SunOS part of mtx-changer.in so that sed and awk are on the path. kes Redirect stderror to stdin on mt status command in mtx-changer.in since the status is returned on stderr on Solaris. kes Activate Close button on tray-monitor window. This fixes bug #986. kes Check for NULL item in parse_conf.c before calling it. In the case of Device, there is no item and this caused a seg fault when Device appears in the conf file. kes Add a #define __CONFIG_H when including config.h in bacula.h. This avoids pulling in config.h multiple times in some new code. ---