mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Changed installation location of caed(8), ripcd(8), rdcatchd(8) and rdrepld(8) from '@prefix@/bin' to '@prefix@/sbin'. * Removed code to detach from controlling terminal after startup from caed(8), ripcd(8), rdcatchd(8) and rdrepld(8). * Removed code to manage dropbox instances from rdcatchd(8). * Removed code to start service daemons automatically from user modules. * Added rdservice(8).
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
#include <dbversion.h>
|
||||
#include <rd.h>
|
||||
#include <rdapplication.h>
|
||||
#include <rdcheck_daemons.h>
|
||||
#include <rdcmd_switch.h>
|
||||
#include <rddatedecode.h>
|
||||
#include <rddbheartbeat.h>
|
||||
@@ -104,13 +103,6 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
setMinimumHeight(sizeHint().height());
|
||||
setMaximumHeight(sizeHint().height());
|
||||
|
||||
//
|
||||
// Ensure that the system daemons are running
|
||||
//
|
||||
#ifndef WIN32
|
||||
RDInitializeDaemons();
|
||||
#endif // WIN32
|
||||
|
||||
//
|
||||
// Open the Database
|
||||
//
|
||||
|
Reference in New Issue
Block a user