Changeset 1098 for opsi/products/bacula


Ignore:
Timestamp:
Sep 21, 2012, 1:01:12 PM (12 years ago)
Author:
joergs
Message:

added $InstallDirOpsi$

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opsi/products/bacula/CLIENT_DATA/setup3264.ins

    r1038 r1098  
    1818DefVar $InstallDir32$
    1919DefVar $InstallDir64$
     20DefVar $InstallDirOpsi$
    2021DefVar $ExitCode$
    2122DefVar $LicenseRequired$
     
    6061Set $InstallDir32$      = "%ProgramFiles32Dir%\Bacula"
    6162Set $InstallDir64$      = "%ProgramFiles64Dir%\Bacula"
     63; opsi requires path seperation by "\\" instead of "\"
     64Set $InstallDirOpsi$    = composeString( splitString ( $InstallDir$, "\"), "\\" )
    6265Set $LicenseRequired$ = "false"
    6366Set $LicensePool$     = "p_" + $ProductId$
     
    153156echo   Name = $filedaemon_full_name$
    154157echo   FDport = 9102                # where we listen for the director
    155 echo   WorkingDirectory = "$InstallDir32$\\working"
    156 echo   Pid Directory = "$InstallDir32$\\working"
    157 echo   Plugin Directory = "$InstallDir32$\\plugins"
     158echo   WorkingDirectory = "$InstallDirOpsi$\\working"
     159echo   Pid Directory = "$InstallDirOpsi$\\working"
     160echo   Plugin Directory = "$InstallDirOpsi$\\plugins"
    158161echo   Maximum Concurrent Jobs = 10
    159162echo }
Note: See TracChangeset for help on using the changeset viewer.