diff options
| author | James Meyer <james.meyer@operamail.com> | 2012-04-26 18:56:59 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2012-04-26 18:56:59 (GMT) | 
| commit | c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e (patch) | |
| tree | 691f909842bee6549c352da3159d9bfa30652791 | |
| parent | 5565e0ae65780f44b7d31e9c8721531abed7fbb4 (diff) | |
| download | linhes_pkgbuild-c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e.zip linhes_pkgbuild-c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e.tar.gz linhes_pkgbuild-c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e.tar.bz2  | |
LinHES-system: update mythfrontend-start to use syslog
firstboot.sh  comment out try smolt
fluxbox: update shortcut for help command to use -H instead of -h
| -rw-r--r-- | abs/core/LinHES-system/PKGBUILD | 6 | ||||
| -rwxr-xr-x | abs/core/LinHES-system/firstboot.sh | 2 | ||||
| -rwxr-xr-x | abs/core/LinHES-system/mythfrontend-start | 4 | ||||
| -rw-r--r-- | abs/core/fluxbox/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core/fluxbox/keys | 2 | 
5 files changed, 9 insertions, 9 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 18d67e5..91807c1 100644 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@  pkgname=LinHES-system  pkgver=2 -pkgrel=44 +pkgrel=45  arch=('i686')  MVDIR=$startdir/pkg/usr/LH  BINDIR=$startdir/pkg/usr/bin @@ -59,11 +59,11 @@ md5sums=('e8a0e71dabadb5a860b4e113615c3071'           'd1f27cb422010077c841376526fe46ea'           '2ef9f945e034119f77d9b6beb17e4fa5'           'c1c5f68835afbb2bad5d5e6cec0fc1dc' -         '5e67a8b7ff57ec32d668bce7aab0aa6d' +         'cbe4cba14fa9d01a62e2196edc1bd98b'           'dc3eef2a624754e16805d72bbe488b67'           'dc0be354ce77ba2b89868fc29b942c43'           '542e670e78d117657f93141e9689f54d' -         '752488eb8bfb672ce0e4c924f7faf3d1' +         '35011127753a2d8f6e212353da719557'           'ba351b92e69bcaf26a9bf80417b09c3c'           '294e54209538018008323d164ce39fb3'           '962a3e9eaba2d1466251b7ab0956705d' diff --git a/abs/core/LinHES-system/firstboot.sh b/abs/core/LinHES-system/firstboot.sh index 8e3dc57..c405df8 100755 --- a/abs/core/LinHES-system/firstboot.sh +++ b/abs/core/LinHES-system/firstboot.sh @@ -56,7 +56,7 @@ then  				while [ $fb_status != 0 ]  				do                      fix_lirc_socket -					try_smolt +#					try_smolt  					if [ $fb_status != 0  ]  					then  						sleep 1 diff --git a/abs/core/LinHES-system/mythfrontend-start b/abs/core/LinHES-system/mythfrontend-start index c92d024..e2645bf 100755 --- a/abs/core/LinHES-system/mythfrontend-start +++ b/abs/core/LinHES-system/mythfrontend-start @@ -15,8 +15,8 @@ then      mythvantage -q "${question}"      if [ $?  = 16 ]       then -        mythfrontend --logfile /var/log/mythtv/mythfrontend.log +        mythfrontend -d --syslog local6      fi  else -    mythfrontend --logfile /var/log/mythtv/mythfrontend.log +    mythfrontend -d --syslog local6  fi diff --git a/abs/core/fluxbox/PKGBUILD b/abs/core/fluxbox/PKGBUILD index 6caea3f..01f8f14 100644 --- a/abs/core/fluxbox/PKGBUILD +++ b/abs/core/fluxbox/PKGBUILD @@ -3,7 +3,7 @@  pkgname=fluxbox  pkgver=1.3.1 -pkgrel=3 +pkgrel=5  pkgdesc="A lightweight and highly-configurable window manager"  arch=('i686' 'x86_64')  url="http://www.fluxbox.org" @@ -35,5 +35,5 @@ package() {  }  md5sums=('0eaa940a69c0a876a520bb85d67b8bec'           'eeae9c88a2526ac0bd8afcd9ce97f9ed' -         'f46ddb76de4766a7a31a98d0205c330f' +         '501a4d423db5493fa2f2e5eb30d72e6f'           '7d2fff845c9f951e925b9adcd1053242') diff --git a/abs/core/fluxbox/keys b/abs/core/fluxbox/keys index a2bfd93..79abb52 100644 --- a/abs/core/fluxbox/keys +++ b/abs/core/fluxbox/keys @@ -35,7 +35,7 @@ Mod1 m :ExecCommand /usr/LH/bin/mythfrontend-start  Mod1 1 :ExecCommand sudo sv start mythbackend  Mod1 2 :ExecCommand sudo sv stop mythbackend  Mod1 3 :ExecCommand sudo sv restart mythbackend -Mod1 h :ExecCommand MythVantage -h +Mod1 h :ExecCommand MythVantage -H  Mod1 Control u :ExecCommand /usr/LH/bin/unclutter-toggle.sh   Mod1 Escape :GotoWindow {1}  Mod4 w :Restart wmaker  | 
