2 # run-functions This file contains functions common to the qmail run scripts
7 PATH="/sbin:/usr/sbin:/bin:/usr/bin:$PATH"
9 # Read the contents of a control file, substituting the given default
10 # string if the file is empty.
14 if [ -s /var/qmail/control/$file ]; then
15 export $var="`cat /var/qmail/control/$file`"