]> git.sur5r.net Git - bacula/rescue/commit
kes Add PATH command to SunOS part of mtx-changer.in so that sed and
authorKern Sibbald <kern@sibbald.com>
Tue, 16 Oct 2007 19:10:47 +0000 (19:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 16 Oct 2007 19:10:47 +0000 (19:10 +0000)
commitade716e47060c4a3476c9d5422e6609b20aeab54
treec4214f1ecd65ab6533074502971f89be962557f4
parent16221f100cd847e4827307cb4ffe0c16552e15ba
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.