/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
if (is_file) {
fileset->incexe->name_list.append(new_dlistString(fname));
} else {
- fileset->incexe->plugin_list.append(new_dlistString(fname));
+ if (me->plugin_directory) {
+ fileset->incexe->plugin_list.append(new_dlistString(fname));
+ } else {
+ Jmsg(jcr, M_FATAL, 0, _("Plugin Directory not defined. Cannot use plugin: \"%\"\n"),
+ fname);
+ }
}
break;
}
#undef VERSION
#define VERSION "2.5.30"
-#define BDATE "22 January 2009"
-#define LSMDATE "22Jan09"
+#define BDATE "24 January 2009"
+#define LSMDATE "24Jan09"
#define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
#define BYEAR "2009" /* year for copyright messages in progs */