diff options
Diffstat (limited to 'abs')
| -rw-r--r-- | abs/mv-core/MythVantage-system/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/mv-core/MythVantage-system/initial_db_run | 2 | ||||
| -rwxr-xr-x | abs/mv-core/MythVantage-system/startfrontend | 10 | ||||
| -rw-r--r-- | abs/mv-core/func/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/mv-core/ncid/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/mv-core/runit-scripts-mv/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run | 4 | 
7 files changed, 12 insertions, 12 deletions
| diff --git a/abs/mv-core/MythVantage-system/PKGBUILD b/abs/mv-core/MythVantage-system/PKGBUILD index 6a10b71..710d5f8 100644 --- a/abs/mv-core/MythVantage-system/PKGBUILD +++ b/abs/mv-core/MythVantage-system/PKGBUILD @@ -1,6 +1,6 @@  pkgname=MythVantage-system  pkgver=1.0 -pkgrel=2 +pkgrel=3  arch=('i686')  MVDIR=$startdir/pkg/usr/MythVantage  BINDIR=$startdir/pkg/usr/bin diff --git a/abs/mv-core/MythVantage-system/initial_db_run b/abs/mv-core/MythVantage-system/initial_db_run index 0824c60..edc3784 100644 --- a/abs/mv-core/MythVantage-system/initial_db_run +++ b/abs/mv-core/MythVantage-system/initial_db_run @@ -15,7 +15,7 @@ then      echo "Do not remove this file.  This file is used to determine if mythfilldatabase needs to run before starting mythbackend" >  /var/log/mfdb.first.log -    /usr/local/bin/mythfilldatabase 2>&1 >> /var/log/mfdb.first.log +    /usr/bin/mythfilldatabase 2>&1 >> /var/log/mfdb.first.log      echo $? >> /var/log/mfdb.first.log  fi diff --git a/abs/mv-core/MythVantage-system/startfrontend b/abs/mv-core/MythVantage-system/startfrontend index ba22900..3e994aa 100755 --- a/abs/mv-core/MythVantage-system/startfrontend +++ b/abs/mv-core/MythVantage-system/startfrontend @@ -38,7 +38,7 @@ keylaunch &  /usr/bin/tilda &  /usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents  &  /usr/bin/xvattr -a XV_COLORKEY -v 0 -/usr/local/bin/mtd & +/usr/bin/mtd &  /usr/bin/nvidia-settings -l  /usr/bin/nvidia-settings -a InitialPixmapPlacement=2 @@ -98,7 +98,7 @@ then  	if [ ! $STATUS = 2 ]  	then  		/usr/bin/backend_control.sh stop BE 127.0.0.1 -		/usr/local/bin/mythtv-setup +		/usr/bin/mythtv-setup  		/usr/bin/backend_control.sh start BE 127.0.0.1  	fi          touch  ~/.configured @@ -111,9 +111,9 @@ fi  if [ x"$UseMythWelcome" = "x1" ]  then -	STARTCMD="/usr/local/bin/mythwelcome" +	STARTCMD="/usr/bin/mythwelcome"  else -	STARTCMD="/usr/local/bin/mythfrontend -d" +	STARTCMD="/usr/bin/mythfrontend -d"  fi  echo "=====================================================================" @@ -131,7 +131,7 @@ do  		then  			echo "using gbd/debug" -			gdb /usr/local/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt +			gdb /usr/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt  			bash -c "osdClient.pl localhost 5000 'Restart: mdb.txt.mythfrontend:::SYS' "&  			mv gdb.txt gdb.txt.mythfrontend  			sleep 10 diff --git a/abs/mv-core/func/PKGBUILD b/abs/mv-core/func/PKGBUILD index a72ebd0..7d9178d 100644 --- a/abs/mv-core/func/PKGBUILD +++ b/abs/mv-core/func/PKGBUILD @@ -1,6 +1,6 @@  pkgname=func  pkgver=0.13 -pkgrel=15 +pkgrel=17  pkgdesc="fedora unifed network controller"  url=""  license="gpl" diff --git a/abs/mv-core/ncid/PKGBUILD b/abs/mv-core/ncid/PKGBUILD index 1f46b09..e1bab5c 100644 --- a/abs/mv-core/ncid/PKGBUILD +++ b/abs/mv-core/ncid/PKGBUILD @@ -1,6 +1,6 @@  pkgname=ncid  pkgver=0.71 -pkgrel=1 +pkgrel=2  pkgdesc="daemon to display callerid"  url="http://ncid.sourceforge.net/"  license="" diff --git a/abs/mv-core/runit-scripts-mv/PKGBUILD b/abs/mv-core/runit-scripts-mv/PKGBUILD index d96b542..ae85623 100755 --- a/abs/mv-core/runit-scripts-mv/PKGBUILD +++ b/abs/mv-core/runit-scripts-mv/PKGBUILD @@ -1,6 +1,6 @@  pkgname=runit-scripts-mv  pkgver=1.8.0 -pkgrel=3 +pkgrel=4  pkgdesc="collection of startup scripts for runit MythVantage styel"  url="http://smarden.org/runit/"  license="BSD" diff --git a/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run b/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run index 1315006..0868a01 100755 --- a/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run +++ b/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run @@ -14,12 +14,12 @@ echo "Starting mythbackend"  	if [ -f /tmp/debug ]  		then  			echo "using gbd/debug" -			gdb /usr/local/bin/mythbackend -x $MV_ROOT/mbegdbcommands.txt +			gdb /usr/bin/mythbackend -x $MV_ROOT/mbegdbcommands.txt  			bash -c "osdClient.pl localhost 5000 'Restart gdb mbe  :::SYS' "&  			mv gdb.txt /data/home/mythtv/gdb.txt.mythbackend  			chown mythtv:mythtv /data/home/mythtv/gdb.txt.mythbackend  			sleep 10  		else -			exec /usr/local/bin/mythbackend +			exec /usr/bin/mythbackend  		fi | 
