openbsd-ports/sysutils/bacula/patches/patch-src_filed_bacula-fd_conf_in
robert 2dd63b900d import of bacula 2.0.3;
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.

from Mike Erdely <mike@erdelynet.com>
2007-07-20 11:02:14 +00:00

38 lines
1.1 KiB
Plaintext

$OpenBSD: patch-src_filed_bacula-fd_conf_in,v 1.1.1.1 2007/07/20 11:02:14 robert Exp $
--- src/filed/bacula-fd.conf.in.orig Thu Jul 12 11:25:22 2007
+++ src/filed/bacula-fd.conf.in Thu Jul 12 11:25:43 2007
@@ -11,7 +11,7 @@
# List Directors who are permitted to contact this File daemon
#
Director {
- Name = @hostname@-dir
+ Name = bacula-dir
Password = "@fd_password@"
}
@@ -20,7 +20,7 @@ Director {
# status of the file daemon
#
Director {
- Name = @hostname@-mon
+ Name = bacula-mon
Password = "@mon_fd_password@"
Monitor = yes
}
@@ -29,7 +29,7 @@ Director {
# "Global" File daemon configuration specifications
#
FileDaemon { # this is me
- Name = @hostname@-fd
+ Name = bacula-fd
FDport = @fd_port@ # where we listen for the director
WorkingDirectory = @working_dir@
Pid Directory = @piddir@
@@ -39,5 +39,5 @@ FileDaemon { # this is me
# Send all messages except skipped files back to Director
Messages {
Name = Standard
- director = @hostname@-dir = all, !skipped, !restored
+ director = bacula-dir = all, !skipped, !restored
}