From 0ff995ac53a3f475869077fcaba4337df01a985a Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sat, 26 Jan 2019 17:05:44 +0100 Subject: [PATCH] - add missing scan.start/stop control scripts Signed-off-by: Thilo Graf --- 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 3c94e4ffe..be9f07876 100644 --- a/data/control/Makefile.am +++ b/data/control/Makefile.am @@ -18,6 +18,8 @@ install_DATA = \ # recording.timer \ # recording.start \ # recording.end \ +# scan.start \ +# scan.stop \ # standby.on \ # standby.off # @@ -36,5 +38,7 @@ install_DATA = \ # 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 +