Changeset 1098
- Timestamp:
- Sep 21, 2012, 1:01:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/products/bacula/CLIENT_DATA/setup3264.ins
r1038 r1098 18 18 DefVar $InstallDir32$ 19 19 DefVar $InstallDir64$ 20 DefVar $InstallDirOpsi$ 20 21 DefVar $ExitCode$ 21 22 DefVar $LicenseRequired$ … … 60 61 Set $InstallDir32$ = "%ProgramFiles32Dir%\Bacula" 61 62 Set $InstallDir64$ = "%ProgramFiles64Dir%\Bacula" 63 ; opsi requires path seperation by "\\" instead of "\" 64 Set $InstallDirOpsi$ = composeString( splitString ( $InstallDir$, "\"), "\\" ) 62 65 Set $LicenseRequired$ = "false" 63 66 Set $LicensePool$ = "p_" + $ProductId$ … … 153 156 echo Name = $filedaemon_full_name$ 154 157 echo FDport = 9102 # where we listen for the director 155 echo WorkingDirectory = "$InstallDir 32$\\working"156 echo Pid Directory = "$InstallDir 32$\\working"157 echo Plugin Directory = "$InstallDir 32$\\plugins"158 echo WorkingDirectory = "$InstallDirOpsi$\\working" 159 echo Pid Directory = "$InstallDirOpsi$\\working" 160 echo Plugin Directory = "$InstallDirOpsi$\\plugins" 158 161 echo Maximum Concurrent Jobs = 10 159 162 echo }
Note:
See TracChangeset
for help on using the changeset viewer.