diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /mythfront | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'mythfront')
-rw-r--r-- | mythfront/mythfront-config.bb | 0 | ||||
-rw-r--r-- | mythfront/mythfront-config/epia/serial.sh | 7 | ||||
-rw-r--r-- | mythfront/mythfront-config/epia/xorg.conf | 0 | ||||
-rw-r--r-- | mythfront/mythfront-config/tftp.sh | 36 | ||||
-rw-r--r-- | mythfront/mythfront-session.bb | 0 | ||||
-rw-r--r-- | mythfront/mythfront-session/mythfront.sh | 7 |
6 files changed, 0 insertions, 50 deletions
diff --git a/mythfront/mythfront-config.bb b/mythfront/mythfront-config.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/mythfront/mythfront-config.bb +++ /dev/null diff --git a/mythfront/mythfront-config/epia/serial.sh b/mythfront/mythfront-config/epia/serial.sh deleted file mode 100644 index 6d2a978fea..0000000000 --- a/mythfront/mythfront-config/epia/serial.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -setserial /dev/ttyS0 uart none -modprobe lirc_serial -modprobe snes232 -inputattach --snes232 /dev/ttyS1 & - diff --git a/mythfront/mythfront-config/epia/xorg.conf b/mythfront/mythfront-config/epia/xorg.conf deleted file mode 100644 index e69de29bb2..0000000000 --- a/mythfront/mythfront-config/epia/xorg.conf +++ /dev/null diff --git a/mythfront/mythfront-config/tftp.sh b/mythfront/mythfront-config/tftp.sh deleted file mode 100644 index 51ccb79161..0000000000 --- a/mythfront/mythfront-config/tftp.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/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/mythfront/mythfront-session.bb b/mythfront/mythfront-session.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/mythfront/mythfront-session.bb +++ /dev/null diff --git a/mythfront/mythfront-session/mythfront.sh b/mythfront/mythfront-session/mythfront.sh deleted file mode 100644 index 582cae908e..0000000000 --- a/mythfront/mythfront-session/mythfront.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -install -d $HOME/.mythtv -ln -sf /var/lib/config/lircrc $HOME/.mythtv/lircrc - -exec mythfrontend - |