logrelay.c:	A simple trivfs-based translator that calls syslog on behalf 
		of another translator.
		Mount the logrelay translator typing
			# settrans -ac /tmp/logrelay logrelay
		or 
			# make start
		Unmount the logrelay translator typing
			# settrans -fg /tmp/logrelay
		or 
			# make end

logrelay.defs:	Mig interface definitions for logrelay.

test1.c:	A very simple program to test the operation on logrelay.

mymgt1.c:	A first attempt to syslog the proc server. Replace
		/hurd/proc/mgt.c with this one and rebuild the hurd. (Ughhhh!)

mymgt2.c:	Make logrelay produce output every time a new process is created.
		Replace	/hurd/proc/mgt.c with this one, rebuild the hurd (Ughhhh!),
		make start and watch your /var/log/messages,/var/log/syslog,
		/var/log/user.log grow!
