Bug 57146 - Small corrections to bacula
Bug#: 57146 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: zul@gentoo.org Reported By: johnherdy@msn.com
Component: Ebuilds
URL: 
Summary: Small corrections to bacula
Keywords:  
Status Whiteboard: 
Opened: 2004-07-15 02:00 0000
Description:   Opened: 2004-07-15 02:00 0000
Path in bacula create database scripts is not correct:
/etc/bacula/create_sqlite_database; bindir=/usr/include needs to change to bindir=/usr/bin

/etc/bacula/make_sqlite_tables; bindir=/usr/include needs to change to bindir=/usr/bin


If the daemon is started and the user restarts bacula with "/etc/init.d/bacula restart" the init-script wants to start again before bacula is correctly stopped (the processes are still active). The result is that bacula is unable to restart. By adding "sleep 2" at the end of the stop method in the init-script this problem doesn't occur anymore.

------- Comment #1 From Chuck Short (RETIRED) 2004-07-31 07:31:10 0000 -------
Fixed in cvs. thanks