mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +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:
@@ -40,7 +40,6 @@
|
||||
#include <dbversion.h>
|
||||
#include <rd.h>
|
||||
#include <rdapplication.h>
|
||||
#include <rdcheck_daemons.h>
|
||||
#include <rdconf.h>
|
||||
#include <rddb.h>
|
||||
#include <rddbheartbeat.h>
|
||||
@@ -138,15 +137,6 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
}
|
||||
setCaption(QString("RDAdmin v")+VERSION+" - "+tr("Host")+": "+rda->config()->stationName());
|
||||
|
||||
//
|
||||
// Check (and possibly start) daemons
|
||||
//
|
||||
if(!RDStartDaemons()) {
|
||||
QMessageBox::warning(this,tr("Daemons Failed"),
|
||||
tr("Unable to start Rivendell System Daemons!"));
|
||||
exit(1);
|
||||
}
|
||||
|
||||
rda->ripc()->connectHost("localhost",RIPCD_TCP_PORT,rda->config()->password());
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user