mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-15 17:12:36 +02:00
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdpadengined(8) that caused process restarts to fail.
This commit is contained in:
parent
e8a14caf53
commit
23f10de6c9
@ -18347,3 +18347,6 @@
|
|||||||
* Changed the value of RD_DEFAULT_PYPAD_GROUP to 'pypad'.
|
* Changed the value of RD_DEFAULT_PYPAD_GROUP to 'pypad'.
|
||||||
* Fixed a bug that caused creation of the 'pypad' system user
|
* Fixed a bug that caused creation of the 'pypad' system user
|
||||||
to fail.
|
to fail.
|
||||||
|
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdpadengined(8) that caused process
|
||||||
|
restarts to fail.
|
||||||
|
@ -252,7 +252,6 @@ void MainObject::StartScript(unsigned id,const QString &script_path)
|
|||||||
connect(proc,SIGNAL(started(int)),this,SLOT(instanceStartedData(int)));
|
connect(proc,SIGNAL(started(int)),this,SLOT(instanceStartedData(int)));
|
||||||
connect(proc,SIGNAL(finished(int)),this,SLOT(instanceFinishedData(int)));
|
connect(proc,SIGNAL(finished(int)),this,SLOT(instanceFinishedData(int)));
|
||||||
QStringList args;
|
QStringList args;
|
||||||
args.push_back("-u");
|
|
||||||
args.push_back(script_path);
|
args.push_back(script_path);
|
||||||
args.push_back("localhost");
|
args.push_back("localhost");
|
||||||
args.push_back(QString().sprintf("%u",RD_PAD_CLIENT_TCP_PORT));
|
args.push_back(QString().sprintf("%u",RD_PAD_CLIENT_TCP_PORT));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user