From acf37aec31b7057b01868a079c0b397c08edf838 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 26 Jan 2019 17:05:44 +0100 Subject: [PATCH] add missing scan.start/stop control scripts Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e5a1375aa897ec32a72f364f53a1ea1ce10984c9 Author: vanhofen Date: 2019-01-26 (Sat, 26 Jan 2019) Origin message was: ------------------ - add missing scan.start/stop control scripts ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/control/Makefile.am | 4 ++++ data/control/scan.start | 2 ++ data/control/scan.stop | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 data/control/scan.start create mode 100644 data/control/scan.stop diff --git a/data/control/Makefile.am b/data/control/Makefile.am index 0d02e5bc4..d64e7beff 100644 --- a/data/control/Makefile.am +++ b/data/control/Makefile.am @@ -16,6 +16,8 @@ install_DATA = \ recording.timer \ recording.start \ recording.end \ + scan.start \ + scan.stop \ standby.on \ standby.off @@ -35,5 +37,7 @@ install-data-hook: chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.timer chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.start chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.end + chmod 0755 $(DESTDIR)$(CONTROLDIR)/scan.start + chmod 0755 $(DESTDIR)$(CONTROLDIR)/scan.stop chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.on chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.off diff --git a/data/control/scan.start b/data/control/scan.start new file mode 100644 index 000000000..13f47935d --- /dev/null +++ b/data/control/scan.start @@ -0,0 +1,2 @@ +#!/bin/sh + diff --git a/data/control/scan.stop b/data/control/scan.stop new file mode 100644 index 000000000..13f47935d --- /dev/null +++ b/data/control/scan.stop @@ -0,0 +1,2 @@ +#!/bin/sh +