Public bug reported:
The Firebird start script for super server, /etc/init.d/firebird2,
starts with
#!/bin/sh
but it uses the bash extension "source" in line 28:
[ -e "$DBAPasswordFile" ] && source "$DBAPasswordFile"
That doesn't work in Edgy after the move to dash. "." instead of
"source" seems to fix it. The server can be started (with an error
message, but it starts), but not stopped.
There is also bug 33235 concerning the same script.
** Affects: firebird2 (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
Another bug in start script for super server
https://launchpad.net/bugs/71065
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs