Resource type definitions

type SambaServer (

static int RestartLimit = 5 static str ArgList [] = {ConfF, LockDir, IndepthMonitorCyclePeriod}

str ConfFile = "etc/smb.conf"

str LockDir = "/var/lock/samba"

int IndepthMonitorCyclePeriod = 5

int ResponseTimeout = 10

)

type SambaServer (

static int RestartLimit = 5 static str ArgList [] = {ConfF, LockDir, IndepthMonitorCyclePeriod}

str ConfFile = "/etc/sfw/smb.conf"

str LockDir = "/var/samba/locks"

str SambaTopDir = "/usr/sfw"

str LockDir = "/var/lock/samba"

int IndepthMonitorCyclePeriod = 5

int ResponseTimeout = 10

)

type SambaServer (

static str ArgList[] = { ConfFile, LockDir, Ports, IndepthMonitorCyclePeriod, ResponseTimeout }

str ConfFile

str LockDir

int Ports[] = { 139, 445 }

int IndepthMonitorCyclePeriod = 5

int ResponseTimeout = 10

)