From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/mythfront/.mtn2git_empty | 0 packages/mythfront/mythfront-config/.mtn2git_empty | 0 .../mythfront/mythfront-config/epia/.mtn2git_empty | 0 packages/mythfront/mythfront-config/epia/serial.sh | 7 +++++ packages/mythfront/mythfront-config/tftp.sh | 36 ++++++++++++++++++++++ .../mythfront/mythfront-session/.mtn2git_empty | 0 6 files changed, 43 insertions(+) create mode 100644 packages/mythfront/.mtn2git_empty create mode 100644 packages/mythfront/mythfront-config/.mtn2git_empty create mode 100644 packages/mythfront/mythfront-config/epia/.mtn2git_empty mode change 100644 => 100755 packages/mythfront/mythfront-config/epia/serial.sh mode change 100644 => 100755 packages/mythfront/mythfront-config/tftp.sh create mode 100644 packages/mythfront/mythfront-session/.mtn2git_empty (limited to 'packages/mythfront') diff --git a/packages/mythfront/.mtn2git_empty b/packages/mythfront/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/mythfront/mythfront-config/.mtn2git_empty b/packages/mythfront/mythfront-config/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/mythfront/mythfront-config/epia/.mtn2git_empty b/packages/mythfront/mythfront-config/epia/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/mythfront/mythfront-config/epia/serial.sh b/packages/mythfront/mythfront-config/epia/serial.sh old mode 100644 new mode 100755 index e69de29bb2..6d2a978fea --- a/packages/mythfront/mythfront-config/epia/serial.sh +++ b/packages/mythfront/mythfront-config/epia/serial.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +setserial /dev/ttyS0 uart none +modprobe lirc_serial +modprobe snes232 +inputattach --snes232 /dev/ttyS1 & + diff --git a/packages/mythfront/mythfront-config/tftp.sh b/packages/mythfront/mythfront-config/tftp.sh old mode 100644 new mode 100755 index e69de29bb2..51ccb79161 --- a/packages/mythfront/mythfront-config/tftp.sh +++ b/packages/mythfront/mythfront-config/tftp.sh @@ -0,0 +1,36 @@ +#!/bin/sh + +case $1 in + renew|bound) + ;; + *) + exit 0 + ;; +esac + +bootdir=`dirname $boot_file` + +files="mysql.txt lircrc mythfront.config" + +mkdir /var/lib/config +cd /var/lib/config + +for fn in $files; do + if ! tftp -g $serverid -r $bootdir/mythfront/$ip/$fn -l $fn; then + if ! tftp -g $serverid -r $bootdir/mythfront/default/$fn -l $fn; then + rm -f $fn + fi + fi +done + +if [ -f ./mythfront.config ]; then + . ./mythfront.config + if [ "x$REMOTE" != "x" ]; then + fn=`find /usr/share/lirc/remotes -name lircd.conf.$REMOTE` + if [ "x$fn" != "x" ]; then + rm -f lircd.conf + ln -sf $fn lircd.conf + fi + fi +fi + diff --git a/packages/mythfront/mythfront-session/.mtn2git_empty b/packages/mythfront/mythfront-session/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3