Skip to content

Commit

Permalink
Switch compatible to default='no' in wininstaller
Browse files Browse the repository at this point in the history
Also change the comments in the bareos-fd.conf file template
  • Loading branch information
pstorz authored and Marco van Wieringen committed Aug 20, 2015
1 parent a285fa6 commit 39e13e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion platforms/win32/clientdialog.ini
Expand Up @@ -128,4 +128,4 @@ Left=100
Right=290
Top=128
Bottom=136
State=1
State=0
4 changes: 2 additions & 2 deletions platforms/win32/winbareos.nsi
Expand Up @@ -428,9 +428,9 @@ Section -SetPasswords
FileWrite $R1 "s#XXX_REPLACE_WITH_BASENAME_XXX-mon#$HostName-mon#g$\r$\n"

#
# If we do not want to be compatible we uncomment the setting for compatible
# If we want to be compatible we uncomment the setting for "compatible = yes"
#
${If} $ClientCompatible != ${BST_CHECKED}
${If} $ClientCompatible == ${BST_CHECKED}
FileWrite $R1 "s@# compatible@compatible@g$\r$\n"
${EndIf}

Expand Down
5 changes: 3 additions & 2 deletions src/filed/bareos-fd.conf.in
Expand Up @@ -20,9 +20,10 @@ FileDaemon { # definition of myself
# Plugin Directory = @plugindir@
# Plugin Names = ""


# if compatible is set to yes, we are compatible with bacula
# if you want to use new bareos features, please set
# compatible = no
# if set to no, new bareos features are enabled which is the default
# compatible = yes
}

#
Expand Down

0 comments on commit 39e13e0

Please sign in to comment.