add missing scan.start/stop control scripts

Origin commit data
------------------
Branch: ni/coolstream
Commit: e5a1375aa8
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2019-01-26 17:05:44 +01:00
parent 964454e0e0
commit acf37aec31
3 changed files with 8 additions and 0 deletions

View File

@@ -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

2
data/control/scan.start Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh

2
data/control/scan.stop Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh