Issue Details (XML | Word | Printable)

Key: CORE-1022
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Trivial Trivial
Assignee: Alexander Peshkov
Reporter: Christian Bruemmer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Firebird Core

error in SuSE init.d script

Created: 25/Nov/06 04:01 PM   Updated: 30/Nov/06 04:31 AM
Return to search
Issue 2 of 8 issue(s)
<< Previous | CORE-1022 | Next >>
Component/s: Scripts
Affects Version/s: 2.0.0
Fix Version/s: None

Time Tracking:
Not Specified

Environment: SuSE 10.1


 Description  « Hide
package FirebirdSS-2.0.0.12748-0.nptl.i686.rpm

The SuSE init script contains the following check (line 49):

[ -x $FIREBIRD/bin/fbmgr ] || exit 5

But the program in the rpm is called $FIREBIRD/bin/fbmgr.bin

So the check in the init script should be:

[ -x $FIREBIRD/bin/fbmgr.bin ] || exit 5

or the program should be named to $FIREBIRD/bin/fbmgr



 All   Comments   Work Log   Change History   Version Control   FishEye      Sort Order: Ascending order - Click to sort in descending order
No commits have yet been performed on this issue.