mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RnRmlOwner=' and 'RnRmlGroup=' directives to rd.conf(5). * Refactored the implementation of the 'Run Shell Command' ['RN'] RML to use runuser(1).
This commit is contained in:
@@ -102,6 +102,8 @@ class MainObject : public QObject
|
||||
void SendGpoCart(int ch,int matrix);
|
||||
RDMacro ForwardConvert(const RDMacro &rml) const;
|
||||
bool LoadSwitchDriver(int matrix_num);
|
||||
void RunCommand(const QString &user,const QString &group,
|
||||
const QString &cmd) const;
|
||||
QSqlDatabase *ripcd_db;
|
||||
QString ripcd_host;
|
||||
bool debug;
|
||||
|
Reference in New Issue
Block a user