mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- add missing scan.start/stop control scripts
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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
2
data/control/scan.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/control/scan.stop
Normal file
2
data/control/scan.stop
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
Reference in New Issue
Block a user