# Parameter definitions for thorn WormMigrator # $Header$ BOOLEAN copy_server "Is a copy server ?" { } "no" BOOLEAN copy_client "Is a copy client ?" { } "yes" INT copy_updateserver "Update interval in seconds" { 0:* :: "Update interval in seconds" } 120 ### # Parameter for test routine ### STRING tst_from_host "Copy from host" { .* :: "Hostname" } "" STRING tst_from_dir "Copy from directory" { .* :: "Directory" } "" STRING tst_from_file "Copy from file" { .* :: "Filename" } "" STRING tst_to_host "Copy to host" { .* :: "Hostname" } "" STRING tst_to_dir "Copy to directory" { .* :: "Directory" } "" STRING tst_to_file "Copy to file" { .* :: "Filename" } ""