2017-09-30 Fred Gleason <fredg@paravelsystems.com>

* Added static 'RDSvc::create()' and 'RDSvc::remove()' methods.
	* Implemented 'CreateService=' and 'NewServiceTemplate=' parameters
	in the [Provisioning] section of rd.conf(5).
This commit is contained in:
Fred Gleason
2017-09-30 20:14:42 -04:00
parent f17a4ca509
commit 2992fcd5c9
12 changed files with 208 additions and 58 deletions

View File

@@ -778,7 +778,8 @@ bool RDStation::create(const QString &name,QString *err_msg,
delete q1;
}
else {
*err_msg=QObject::tr("template host does not exist");
*err_msg=QObject::tr("template host")+" \""+exemplar+"\" "+
QObject::tr("does not exist");
delete q;
return false;
}