- add missing scan.start/stop control scripts

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-26 17:05:44 +01:00
committed by Thilo Graf
parent 2bcd32732d
commit 0ff995ac53
3 changed files with 8 additions and 0 deletions

View File

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

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