2018-11-01 Fred Gleason <fredg@paravelsystems.com>

* Modified rdselect_helper(8) to use the automounter for managing
	audio store mounts.
This commit is contained in:
Fred Gleason
2018-11-01 13:14:49 -04:00
parent 171246c81f
commit f9e0e152ba
15 changed files with 133 additions and 33 deletions

View File

@@ -29,6 +29,9 @@
#include "rdconfig.h"
#define RDSELECT_AUTOMOUNT_CONFIG "/etc/auto.rd.audiostore"
#define RDSELECT_AUTOMOUNT_WARNING "# THE CONTENTS OF THIS FILE ARE MANAGED BY RIVENDELL'S RDSELECT SYSTEM!\n# DO NOT HAND EDIT!\n\n"
class MainObject : public QObject
{
Q_OBJECT;
@@ -38,6 +41,7 @@ class MainObject : public QObject
private:
void Startup();
void Shutdown();
void ControlAutomounter(const QString &cmd);
bool ProcessActive(const QStringList &cmds) const;
bool ModulesActive() const;
QString helper_config_filename;