Date: Tuesday, October 18, 2011 @ 04:16:34 Author: tomegun Revision: 140696
upgpkg: initscripts 2011.10.1-1 fix locale.sh and add manpage about rc.conf Modified: initscripts/trunk/PKGBUILD initscripts/trunk/initscripts.install ---------------------+ PKGBUILD | 5 +++-- initscripts.install | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-18 08:09:29 UTC (rev 140695) +++ PKGBUILD 2011-10-18 08:16:34 UTC (rev 140696) @@ -4,7 +4,7 @@ # Maintainer: Aaron Griffin <[email protected]> pkgname=initscripts -pkgver=2011.09.2 +pkgver=2011.10.1 pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('i686' 'x86_64') @@ -18,6 +18,7 @@ 'dhcpcd: DHCP network configuration' 'net-tools: legacy network support' 'wireless_tools: Wireless networking') +makedepends=(asciidoc) install=initscripts.install source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz" 'wireless.conf.d') @@ -27,5 +28,5 @@ make DESTDIR=${pkgdir} install install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless } -md5sums=('1708288ca9c2997f5ecdf685ff337c39' +md5sums=('aa7a8176ac34f989490c0e7321361b5b' '027576534885b8d5dded9be546057b12') Modified: initscripts.install =================================================================== --- initscripts.install 2011-10-18 08:09:29 UTC (rev 140695) +++ initscripts.install 2011-10-18 08:16:34 UTC (rev 140696) @@ -12,4 +12,8 @@ echo "VERBOSE= in rc.conf no longer has any effect." echo "Please append 'quiet' to your kernel command line." fi + if [ "$(vercmp $2 2011.10.1)" -lt 0 ]; then + echo "If using non-bash-compatible shell, please set LANG in /etc/locale.conf," + echo "as LOCALE in /etc/rc.conf no longer works." + fi }
