#!/bin/sh
[ -r ${HOME}/.tp4rc ] && . ${HOME}/.tp4rc
[ -x /usr/bin/tp4d -a -w /dev/misc/psaux ] && /usr/bin/tp4d "$TP4SETTINGS"
# tp4d ends here
