New package for filezilla server based on filezilla client

This commit is contained in:
Mario Fetka
2013-03-03 20:40:49 +01:00
parent 73f7abfd47
commit 8cfa08ea9a
7 changed files with 11 additions and 11 deletions

View File

@@ -31,10 +31,10 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "filezilla.filezilla"
Set $ProductId$ = "filezilla.server"
Set $MinimumSpace$ = "20 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Client"
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Server"
; ----------------------------------------------------------------
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))

View File

@@ -27,8 +27,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "filezilla.filezilla"
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Client"
Set $ProductId$ = "filezilla.server"
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Server"
; ----------------------------------------------------------------