#	System Configuration File for Help Maintenance

set netcat = $subtree			# remote cat subtree
set netold = $subtree			# remote old subtree

# Which machines get which pieces of the help system.

set catmach = ()
set srcmach = ()
set logmach = ()
set oldmach = ()
set thismach = `hostname | sed s/^ucb//`

# Whom to tell, how to use the network, and when to expire old topics.

set tell = (help@opal)
set subject = "VAX"
set netcom = ("rsh" "net -n - -m")	# preferred command, then backup
set expire = 21				# this figure is given in days
