mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -441,7 +441,7 @@ void MainObject::jackClientStartData()
|
||||
cae_station,rd_config,
|
||||
rd_config->provisioningServiceName(rd_config->stationName()));
|
||||
QStringList fields=QStringList().split(" ",cmd);
|
||||
jack_clients.push_back(new QProcess(fields,this));
|
||||
jack_clients.push_back(new Q3Process(fields,this));
|
||||
if(jack_clients.back()->start()) {
|
||||
rd_config->log("caed",RDConfig::LogDebug,"started JACK Client \""+
|
||||
q->value(0).toString()+"\"");
|
||||
@@ -487,7 +487,7 @@ void MainObject::jackInit(RDStation *station)
|
||||
//
|
||||
if(station->startJack()) {
|
||||
QStringList fields=QStringList().split(" ",station->jackCommandLine());
|
||||
QProcess *proc=new QProcess(fields,this);
|
||||
Q3Process *proc=new Q3Process(fields,this);
|
||||
if(proc->start()) {
|
||||
rd_config->log("caed",RDConfig::LogDebug,"JACK server started");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user