X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fgnome2-console%2Fcallbacks.c;h=7e1295a7923d7267f3463bd984d70c05ffd416c6;hb=377bf815eefec1e61a1e97469ae972a52aefde58;hp=9bd6cf0b68693a02d9caa033d47445dd54ad84da;hpb=cfa08aa1e1519984716213a0903e40bc3566e8db;p=bacula%2Fbacula diff --git a/bacula/src/gnome2-console/callbacks.c b/bacula/src/gnome2-console/callbacks.c index 9bd6cf0b68..7e1295a792 100644 --- a/bacula/src/gnome2-console/callbacks.c +++ b/bacula/src/gnome2-console/callbacks.c @@ -10,8 +10,8 @@ many others, a complete list can be found in the file AUTHORS. This program is Free Software; you can redistribute it and/or modify it under the terms of version two of the GNU General Public - License as published by the Free Software Foundation plus additions - that are listed in the file LICENSE. + License as published by the Free Software Foundation and included + in the file LICENSE. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. @@ -434,7 +434,7 @@ on_run_ok_clicked(GtkButton *button, gpointer user_data) bsnprintf(cmd, sizeof(cmd), "run job=\"%s\" fileset=\"%s\" level=%s client=\"%s\" pool=\"%s\" " - "when=\"%s\" where=\"%s\" storage=\"%s\" priority=\"%s\"", + "when=\"%s\" where=\"%s\" storage=\"%s\" priority=\"%s\"\n", job, fileset, level, client, pool, when, where, storage, priority); write_director(cmd); set_text(cmd, strlen(cmd)); @@ -507,7 +507,7 @@ on_label_ok_clicked(GtkButton *button, gpointer user_data) } bsnprintf(cmd, sizeof(cmd), - "label volume=\"%s\" pool=\"%s\" storage=\"%s\" slot=%s", + "label volume=\"%s\" pool=\"%s\" storage=\"%s\" slot=%s\n", volume, pool, storage, slot); write_director(cmd); set_text(cmd, strlen(cmd));