# Parameter definitions for thorn Announce # $Header$ private: BOOLEAN verbose "Give all information" { } "no" BOOLEAN portal_announce "Announce to portal ?" { } "yes" STRING portal_host "Host running the Portal" { .* :: "hostname" } "athena.ncsa.uiuc.edu" INT portal_port "Port for Portal" { 0:* :: "Portnumber" } 9296 BOOLEAN mail_announce "Announce to mail server ?" { } "yes" STRING mail_host "Host running the mail server" { .* :: "hostname" } "athena.ncsa.uiuc.edu" INT portal_port "Port for mail server" { 0:* :: "Portnumber" } 9296