mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +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:
41
data/control/Makefile.am
Normal file
41
data/control/Makefile.am
Normal file
@@ -0,0 +1,41 @@
|
||||
installdir = $(CONFIGDIR)
|
||||
|
||||
install_DATA = \
|
||||
flash.start
|
||||
|
||||
# install_DATA += \
|
||||
# audioplayer.start \
|
||||
# audioplayer.end \
|
||||
# deepstandby.on \
|
||||
# deepstandby.off \
|
||||
# flash.start \
|
||||
# inactivity.on \
|
||||
# movieplayer.start \
|
||||
# movieplayer.end \
|
||||
# neutrino.start \
|
||||
# pictureviewer.start \
|
||||
# pictureviewer.end \
|
||||
# recording.timer \
|
||||
# recording.start \
|
||||
# recording.end \
|
||||
# standby.on \
|
||||
# standby.off
|
||||
#
|
||||
# install-data-hook:
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.on
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.off
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/inactivity.on
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/neutrino.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.timer
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.on
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.off
|
||||
|
2
data/control/audioplayer.end
Normal file
2
data/control/audioplayer.end
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/control/audioplayer.start
Normal file
2
data/control/audioplayer.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/control/deepstandby.off
Normal file
2
data/control/deepstandby.off
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/control/deepstandby.on
Normal file
2
data/control/deepstandby.on
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
17
data/control/flash.start
Executable file
17
data/control/flash.start
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
if pidof vsftpd > /dev/null; then
|
||||
echo "Kill vsftpd"
|
||||
killall vsftpd
|
||||
fi
|
||||
|
||||
if pidof ushare > /dev/null; then
|
||||
echo "Kill ushare"
|
||||
trap "" INT
|
||||
kill -INT `pidof ushare`
|
||||
fi
|
||||
|
||||
if [ -e /var/etc/.djmount ]; then
|
||||
echo "Kill djmount"
|
||||
fusermount -u /media/00upnp
|
||||
fi
|
2
data/control/inactivity.on
Normal file
2
data/control/inactivity.on
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
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
|
2
data/control/neutrino.start
Normal file
2
data/control/neutrino.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/control/pictureviewer.end
Normal file
2
data/control/pictureviewer.end
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/control/pictureviewer.start
Normal file
2
data/control/pictureviewer.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
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
|
2
data/control/recording.timer
Normal file
2
data/control/recording.timer
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
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