mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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
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