
|
If you were logged in you would be able to see more operations.
|
|
|
|
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
|
|
Description
|
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
|
Show » |
| No commits have yet been performed on this issue.
|
|