First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 70647
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Lim Swee Tat (RETIRED) <st_lim@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jonathan Wheeler <griffous@griffous.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 70647 depends on: Show dependency tree
Bug 70647 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-10 02:30 0000
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?

------- Comment #1 From Jonathan Wheeler 2004-11-10 02:54:06 0000 -------
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.

------- Comment #2 From Lim Swee Tat (RETIRED) 2004-11-11 07:54:16 0000 -------
Fixing both in CVS.  Thanx for the report.

First Last Prev Next    No search results available      Search page      Enter new bug