- move control scripts from data/neutrino-scripts to data/control

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-26 17:05:43 +01:00
committed by Thilo Graf
parent 010f1d41f6
commit 36e4bc9726
19 changed files with 26 additions and 2 deletions

View File

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

View File

@@ -1,5 +1,6 @@
SUBDIRS = \
config \
control \
fonts \
icons \
inetradio \
@@ -7,7 +8,6 @@ SUBDIRS = \
iso-codes \
license \
locale \
neutrino-scripts \
pictures \
policy \
scripts \

View File

@@ -0,0 +1,4 @@
#!/bin/sh
service tuxcald start
service tuxmaild start

View File

@@ -0,0 +1,4 @@
#!/bin/sh
service tuxcald stop
service tuxmaild stop

View File

@@ -0,0 +1,4 @@
#!/bin/sh
service tuxcald start
service tuxmaild start

View File

@@ -0,0 +1,4 @@
#!/bin/sh
service tuxcald stop
service tuxmaild stop

4
data/control/standby.off Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
service tuxcald start
service tuxmaild start

4
data/control/standby.on Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
service tuxcald stop
service tuxmaild stop