diff options
Diffstat (limited to 'abs')
| -rw-r--r-- | abs/core/initscripts/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core/initscripts/__changelog | 3 | ||||
| -rw-r--r-- | abs/core/initscripts/initscripts.install | 3 | ||||
| -rw-r--r-- | abs/core/initscripts/rc.sysinit.patch | 16 | ||||
| -rw-r--r-- | abs/core/mythtv/stable-0.25/git_src/checkout_mythtv.sh | 4 | ||||
| -rw-r--r-- | abs/core/mythtv/stable-0.25/git_src/git_hash | 2 | ||||
| -rw-r--r-- | abs/core/mythtv/stable-0.25/mythtv/PKGBUILD | 2 | 
7 files changed, 26 insertions, 8 deletions
diff --git a/abs/core/initscripts/PKGBUILD b/abs/core/initscripts/PKGBUILD index 7796aa9..6034a24 100644 --- a/abs/core/initscripts/PKGBUILD +++ b/abs/core/initscripts/PKGBUILD @@ -5,7 +5,7 @@  pkgname=initscripts  pkgver=2011.06.4 -pkgrel=6 +pkgrel=7  pkgdesc="System initialization/bootup scripts"  arch=('i686' 'x86_64')  url="http://www.archlinux.org" @@ -33,7 +33,7 @@ package() {  }  md5sums=('34cbe55f3f42069c59237db935d0511b'           '027576534885b8d5dded9be546057b12' -         'cd80b66cfc84fac0d52a5601b2eb55af' +         '078bd0852e993ee1fa11cc579f0dfa83'           '73abaf06450104bddf16d409015f81ab'           'a166ea014a1c75860b14fc98825686cc'           '521bbd001633d14b08e5471bea584ee4') diff --git a/abs/core/initscripts/__changelog b/abs/core/initscripts/__changelog index 4021950..2609b7e 100644 --- a/abs/core/initscripts/__changelog +++ b/abs/core/initscripts/__changelog @@ -6,3 +6,6 @@ Patch init scripts (remove tty1, linhes header)  rename wireless.conf -> wireless.conf.example + +change utf8 to utf-8 in rc.conf +sed -ie "s/[u|U][t|T][[f|F]8/utf-8/g" /etc/rc.conf diff --git a/abs/core/initscripts/initscripts.install b/abs/core/initscripts/initscripts.install index 56f6924..a64b543 100644 --- a/abs/core/initscripts/initscripts.install +++ b/abs/core/initscripts/initscripts.install @@ -8,4 +8,7 @@ post_upgrade() {      echo "Blacklisting of modules is no longer supported in rc.conf,"      echo "please add blacklist entries to /etc/modprobe.d/ instead."    fi +  echo "adjusting utf8 to utf-8" +  echo "Please reboot for the locale adjustment to take affect" +  sed -ie "s/[u|U][t|T][[f|F]8/utf-8/g" /etc/rc.conf  } diff --git a/abs/core/initscripts/rc.sysinit.patch b/abs/core/initscripts/rc.sysinit.patch index 5588313..05f636a 100644 --- a/abs/core/initscripts/rc.sysinit.patch +++ b/abs/core/initscripts/rc.sysinit.patch @@ -1,6 +1,6 @@ ---- initscripts-2011.06.4/rc.sysinit.orig	2011-08-11 19:56:03.000000000 +0000 -+++ initscripts-2011.06.4/rc.sysinit	2011-08-11 20:00:05.000000000 +0000 -@@ -7,8 +7,11@@ +--- initscripts-2011.06.4/rc.sysinit.orig	2012-04-22 17:02:58.399566849 +0000 ++++ initscripts-2011.06.4/rc.sysinit	2012-04-22 17:03:25.639565741 +0000 +@@ -7,8 +7,11 @@   . /etc/rc.d/functions   echo " " @@ -14,7 +14,7 @@   printsep   run_hook sysinit_start -@@ -16,6 +17,8 @@ +@@ -16,6 +19,8 @@   # export standard PATH (will be overridden later when /etc/profile is sourced, but is useful for UDev)   export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" @@ -23,3 +23,11 @@   # mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api filesystems)   /bin/mountpoint -q /proc    || /bin/mount -n -t proc proc /proc -o nosuid,noexec,nodev   /bin/mountpoint -q /sys     || /bin/mount -n -t sysfs sysfs /sys -o nosuid,noexec,nodev +@@ -338,6 +343,7 @@ + 	/bin/chmod 755 /etc/profile.d/locale.sh + 	# Set user defined locale + 	echo "export LANG=$LOCALE" >>/etc/profile.d/locale.sh ++	echo "export LC_ALL=$LOCALE" >>/etc/profile.d/locale.sh + stat_done +  + if [[ ${LOCALE,,} =~ utf ]]; then diff --git a/abs/core/mythtv/stable-0.25/git_src/checkout_mythtv.sh b/abs/core/mythtv/stable-0.25/git_src/checkout_mythtv.sh index 2a2df89..2dc923a 100644 --- a/abs/core/mythtv/stable-0.25/git_src/checkout_mythtv.sh +++ b/abs/core/mythtv/stable-0.25/git_src/checkout_mythtv.sh @@ -30,6 +30,10 @@ then      else          git checkout $_checkoutHASH      fi +    pwd +    ls +#    cd $_gitname +    sh ./version.sh `pwd`  fi  echo "GIT checkout done or server timeout" diff --git a/abs/core/mythtv/stable-0.25/git_src/git_hash b/abs/core/mythtv/stable-0.25/git_src/git_hash index 67a8784..53027bd 100644 --- a/abs/core/mythtv/stable-0.25/git_src/git_hash +++ b/abs/core/mythtv/stable-0.25/git_src/git_hash @@ -1 +1 @@ -1a671d0b252d2b33bd1e96258e65a15d52a5fc7d +9ac4b79b1048568afc6a8f6e302de1e248eab2a1 diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD index c797bbf..37c3643 100644 --- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD @@ -74,7 +74,7 @@ build() {      msg "copy in mythtv src"      cp -rp ../git_src/mythtv/mythtv $srcdir      cd ${srcdir}/$pkgname - +    echo "#!/bin/bash" > version.sh      # apply patches     echo "--------------------------applying patches----------------------------------------------------"  | 
