|
Mantis - saslauthd
|
||||||||||
| Viewing Issue Advanced Details | ||||||||||
|
|
||||||||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | |||||
| 2916 | packaging | minor | always | 2008-06-21 21:50 | 2012-06-03 12:05 | |||||
|
|
||||||||||
| Reporter: | howellan | Platform: | ||||||||
| Assigned To: | maciej | OS: | ||||||||
| Priority: | normal | OS Version: | ||||||||
| Status: | closed | Product Version: | ||||||||
| Product Build: | Resolution: | duplicate | ||||||||
| Projection: | none | |||||||||
| ETA: | none | Fixed in Version: | ||||||||
|
|
||||||||||
| Summary: | 0002916: /etc/init.d/cswsaslauthd has bugs | |||||||||
| Description: |
You need to have both /etc/opt/csw/saslauthd.init and /opt/csw/etc/saslauthd.init for saslauthd to start up. Workaround ln -s /opt/csw/etc/saslauthd.init /etc/opt/csw/saslauthd.init |
|||||||||
| Steps To Reproduce: | ||||||||||
| Additional Information: |
INIT_FILE=/etc/opt/csw/saslauthd.init if [ -f \"${INIT_FILE}\" ]; then INIT_FILE=/opt/csw/etc/saslauthd.init fi should be INIT_FILE=/etc/opt/csw/saslauthd.init if [ ! -f \"${INIT_FILE}\" ]; then INIT_FILE=/opt/csw/etc/saslauthd.init fi |
|||||||||
| Relationships |
| |||||||||
| Attached Files: | ||||||||||
|
|
||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2012-06-03 11:40 | maciej | Status | new => assigned | |||||||
| 2012-06-03 11:40 | maciej | Assigned To | => maciej | |||||||
| 2012-06-03 11:41 | maciej | Note Added: 0009900 | ||||||||
| 2012-06-03 11:41 | maciej | Status | assigned => closed | |||||||
| 2012-06-03 11:41 | maciej | Resolution | open => fixed | |||||||
| 2012-06-03 12:05 | dam | Relationship added | duplicate of 0002582 | |||||||
| 2012-06-03 12:05 | dam | Resolution | fixed => duplicate | |||||||
| 2012-06-03 12:05 | dam | Additional Information Updated | ||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||