mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-18 06:31:25 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user