mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- move control scripts from data/neutrino-scripts to data/control
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -329,6 +329,7 @@ AC_OUTPUT([
|
||||
Makefile
|
||||
data/Makefile
|
||||
data/config/Makefile
|
||||
data/control/Makefile
|
||||
data/fonts/Makefile
|
||||
data/icons/Makefile
|
||||
data/icons/buttons/Makefile
|
||||
@@ -353,7 +354,6 @@ data/lcd/clock/Makefile
|
||||
data/lcd/icons/Makefile
|
||||
data/license/Makefile
|
||||
data/locale/Makefile
|
||||
data/neutrino-scripts/Makefile
|
||||
data/pictures/Makefile
|
||||
data/pictures/backgrounds/Makefile
|
||||
data/pictures/screensaver/Makefile
|
||||
|
@@ -1,5 +1,6 @@
|
||||
SUBDIRS = \
|
||||
config \
|
||||
control \
|
||||
fonts \
|
||||
icons \
|
||||
inetradio \
|
||||
@@ -7,7 +8,6 @@ SUBDIRS = \
|
||||
iso-codes \
|
||||
license \
|
||||
locale \
|
||||
neutrino-scripts \
|
||||
pictures \
|
||||
policy \
|
||||
scripts \
|
||||
|
4
data/control/movieplayer.end
Normal file
4
data/control/movieplayer.end
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
service tuxcald start
|
||||
service tuxmaild start
|
4
data/control/movieplayer.start
Normal file
4
data/control/movieplayer.start
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
service tuxcald stop
|
||||
service tuxmaild stop
|
4
data/control/recording.end
Normal file
4
data/control/recording.end
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
service tuxcald start
|
||||
service tuxmaild start
|
4
data/control/recording.start
Normal file
4
data/control/recording.start
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
service tuxcald stop
|
||||
service tuxmaild stop
|
4
data/control/standby.off
Normal file
4
data/control/standby.off
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
service tuxcald start
|
||||
service tuxmaild start
|
4
data/control/standby.on
Normal file
4
data/control/standby.on
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
service tuxcald stop
|
||||
service tuxmaild stop
|
Reference in New Issue
Block a user