Copy the files to their correct positions on your machine and call
'rc.xprt start' on system-startup.

Example for SYSV-like init-configuration:
	cp etc_default.xprt /etc/default/xprt

	cp etc_rc.d_rc.xprt /etc/rc.d/rc.xprt
	or:
	cp etc_rc.d_rc.xprt /etc/init.d/xprt

	ln -s /etc/rc.d/rc.xprt /etc/rc5.d/S99xprt
	or:
	ln -s /etc/init.d/xprt /etc/rc2.d/S99xprt

PS: Pathnames and runlevels may be different on your machine.
	You have to edit rc.xprt if the default-file resides somewhere else
	than /etc/default/xprt.
