Lee Howard 7c2f854
#!/bin/sh
Lee Howard 7c2f854
306bb1d
if [ -f /etc/sysconfig/hylafax+ ]; then
306bb1d
  . /etc/sysconfig/hylafax+
306bb1d
fi
Lee Howard 4ddcf93
Lee Howard 3995e11
if [ "$FAXQCLEAN_RUN" != "no" ]; then
Lee Howard 3995e11
  /usr/sbin/faxqclean $FAXQCLEAN_OPTIONS
Lee Howard 3995e11
fi
Lee Howard 7c2f854
Lee Howard 7c2f854
exit 0