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 +