There is meant to be a symlink /etc/mail/dspam/data -> /var/spool/dspam
This is present in the earlier ebuilds, but doesn't appear to be in the last two.
Reproducible: Always
Steps to Reproduce:
1. emerge =dspam-3.1.2, and you'll see the symlink in /etc/mail/dspam
2. emerge unmerge dspam
3. emerge dspam (3.2.1) and there is no symlink.
Actual Results:
The symlink isn't present in the later version.
I think because the 3.2.1 ebuild doesn't include this.
Expected Results:
The symlink should still be there
if I'm looking at this correctly:
# grep /data *
dspam-3.0.0.ebuild: # ${HOMEDIR}/data is a symlink to ${DATADIR}
dspam-3.0.0.ebuild: dosym ${DATADIR} ${HOMEDIR}/data
dspam-3.1.2.ebuild: # ${HOMEDIR}/data is a symlink to ${DATADIR}
dspam-3.1.2.ebuild: dosym ${DATADIR} ${HOMEDIR}/data
dspam-3.2.0.ebuild: # ${HOMEDIR}/data is a symlink to ${DATADIR}
dspam-3.2.1.ebuild: # ${HOMEDIR}/data is a symlink to ${DATADIR}
..the problem is simply that this hasn't been included in the ebuild. Am I
sourcing the problem correctly or has something changed and the comment in the
ebuild needs updating?
I also noticed that I've having to chown and chmod the dspam.conf
By default it's
-rwxr-x--- 1 root root 11722 Nov 10 23:48 dspam.conf
rather then
-rw-r--r-- 1 dspam dspam 11722 Nov 10 23:48 dspam.conf
Should this be a seperate bug, or can you fix them both at once here?
Jonathan.