| Anonymous | Login | 2026-05-04 15:26 CEST |
| Main | My View | View Issues |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0002916 | [saslauthd] packaging | minor | always | 2008-06-21 21:50 | 2012-06-03 12:05 | ||
| Reporter | howellan | View Status | public | ||||
| Assigned To | maciej | ||||||
| Priority | normal | Resolution | duplicate | ||||
| Status | closed | ||||||
| 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 |
||||||
| 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 |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0005345) howellan (reporter) 2008-06-21 21:53 |
Sorry: This is a duplicate of Bug# 0002582 |
|
(0009900) maciej (reporter) 2012-06-03 11:41 |
Okay, if it's a duplicate, I'm closing it. |
| Copyright © 2000 - 2008 Mantis Group |