Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51967
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Lines 16-18 Link Here
16
[ -s ${QMAIL_CONTROLDIR}/conf-common ] && source ${QMAIL_CONTROLDIR}/conf-common
16
[ -s ${QMAIL_CONTROLDIR}/conf-common ] && . ${QMAIL_CONTROLDIR}/conf-common
17
[ -s ${QMAIL_CONTROLDIR}/conf-${SERVICE}d ] && source ${QMAIL_CONTROLDIR}/conf-${SERVICE}d
17
[ -s ${QMAIL_CONTROLDIR}/conf-${SERVICE}d ] && . ${QMAIL_CONTROLDIR}/conf-${SERVICE}d
18
[ -s /var/qmail/bin/config-sanity-check ] && source /var/qmail/bin/config-sanity-check
18
[ -s /var/qmail/bin/config-sanity-check ] && . /var/qmail/bin/config-sanity-check
19
--

Return to bug 51967