First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 32878
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Brian Jackson (RETIRED) <iggy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ./SuperbepS <superbeps@linux.nu>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 32878 depends on: Show dependency tree
Bug 32878 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: 2003-11-06 07:13 0000
It doesn't' work because pop3d, pop3d-ssl etc etc filenames in /usr/sbin are
changed to 
courier-pop3d courier-pop3d-ssl etc etc etc. 
You can solve the problem in two ways: 
1- Maintaining original services names (the best option because it's the right
one!!) 
2- Patching the file /etc/courier/webadmin/changed 

I do not understand why only imapd imapd-ssl pop3d pop3d-ssl file names are
changed 
and all the others (included esmtpd) no?! 
If the risk is a file overwrite i suggest making symlinks! 


Reproducible: Always
Steps to Reproduce:
1. change something with the webadmin 
2. apply the settings 
3.

------- Comment #1 From Brian Jackson (RETIRED) 2004-02-08 17:37:06 0000 -------
Sorry, been a little busy lately. Looked into this, it does apply the settings,
it just doesn't restart the processes correctly. I'm looking into some way to
fix this.

------- Comment #2 From Malcolm Scott 2004-02-15 15:38:38 0000 -------
The problem lies with Webadmin being unable to find the scripts to restart
Courier. This can be easily fixed by changing one line in
/usr/share/courier/courierwebadmin/webadmin.pl by using the following patch:


diff -Naur /usr/share/courier/courierwebadmin/webadmin.pl
usr_share_courier_20040210/courierwebadmin/webadmin.pl
--- /usr/share/courier/courierwebadmin/webadmin.pl      2004-02-10
11:56:39.000000000 +0000
+++ usr_share_courier_20040210/courierwebadmin/webadmin.pl      2004-01-24
01:44:23.000000000 +0000
@@ -15,7 +15,7 @@
 local $prefix="/usr";
 local $exec_prefix="/usr";
 local $bindir="/usr/bin";
-local $sbindir="${exec_prefix}/sbin";
+local $sbindir="/usr/share/courier";
 local $libexecdir="/usr/lib/courier";


$ENV{"PATH"}="/usr/bin:${exec_prefix}/sbin:/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin";

------- Comment #3 From Brian Jackson (RETIRED) 2004-02-15 17:42:31 0000 -------
Actually I went the other way and changed the names of what it looks for in
/usr/sbin (it's looking for courier-imapd and courier-pop3d). The changes for
this are in courier-0.44.2.20040201.ebuild as of about 7:40pm(CST). Let me know
if you have any problems with it. If I don't hear anything about it in the next
couple of days (and assuming 44.3 isn't out within that time either) I'm going
to bump courier-0.44.2.20040201.ebuild to stable.

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