#31 closed defect (fixed)
Wrong exit status of init script
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | minor | Milestone: | 2.2.4 |
Component: | main | Version: | 2.2.3 |
Keywords: | Cc: |
Description
If loading of the baseline database fails, the init script still reports successful startup. This is due to the fact that the database is only loaded after the daemon has forked, so the exit of the daemon remains unnoticed. The solution would be to load the baseline database earlier, though this may cause a delay in the boot sequence.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [59].