[arch-commits] Commit in initscripts/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Tue Feb 1 19:10:36 UTC 2011


    Date: Tuesday, February 1, 2011 @ 14:10:35
  Author: thomas
Revision: 108586

initscripts bugfixes, shortlog:

Thomas B?\195?\164chler (7):
      Remove all copyright and license hints.
      Allow setting the locale during boot and daemon startup.
      Fix run_hook and add_hook definitions.
      Suppress the output of cryptsetup isLuks.
      Fix crypttab option column processing.
      Only call activate_vgs a second time if any logical volumes have actually been activated.
      Check whether crypttab contains anything before processing it.

Also fix the versioning scheme.

Modified:
  initscripts/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-01 19:02:10 UTC (rev 108585)
+++ PKGBUILD	2011-02-01 19:10:35 UTC (rev 108586)
@@ -3,7 +3,7 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2011.01
+pkgver=2011.02.1
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
@@ -17,13 +17,13 @@
             'dhcpcd: DHCP network configuration'
             'wireless_tools: Wireless networking')
 install=initscripts.install
-source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.xz"
+source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz"
         'wireless.conf.d')
-sha256sums=('d69510d562d387c3ecbab69b412c41c24da17a23771625a7cd71810eeed067e0'
+sha256sums=('61f5b749133d0090a5ff399df3fa69066f966f7baca2829dc947bcc709a73d30'
             '0eba4250b07e0a727ef64772f5ee9027b123cbd4bb0894ba2842f545035c827f')
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}
+  cd ${srcdir}/${pkgname}-${pkgver}
   DESTDIR=${pkgdir} ./install.sh
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }




More information about the arch-commits mailing list