[arch-commits] Commit in initscripts/repos/testing-any (4 files)

Tom Gundersen tomegun at archlinux.org
Thu Jul 26 23:41:01 UTC 2012


    Date: Thursday, July 26, 2012 @ 19:41:01
  Author: tomegun
Revision: 164179

archrelease: copy trunk to testing-any

Added:
  initscripts/repos/testing-any/PKGBUILD
    (from rev 164178, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-any/initscripts.install
    (from rev 164178, initscripts/trunk/initscripts.install)
Deleted:
  initscripts/repos/testing-any/PKGBUILD
  initscripts/repos/testing-any/initscripts.install

---------------------+
 PKGBUILD            |   56 +++++++++++++++++++++++++-------------------------
 initscripts.install |   38 ++++++++++++++++-----------------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-26 23:40:45 UTC (rev 164178)
+++ PKGBUILD	2012-07-26 23:41:01 UTC (rev 164179)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Thomas Bächler <thomas at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=initscripts
-pkgver=2012.07.4
-pkgrel=1
-pkgdesc="System initialization/bootup scripts"
-arch=('any')
-url="http://www.archlinux.org"
-license=('GPL2')
-groups=('base')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
-depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit')
-optdepends=('dhcpcd: DHCP network configuration'
-            'bridge-utils: Legacy network bridging support'
-            'net-tools: Legacy network support'
-            'wireless_tools: Legacy wireless networking')
-makedepends=(asciidoc)
-install=initscripts.install
-source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz")
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('51de39b30322ab51892e6864425c7e4e')

Copied: initscripts/repos/testing-any/PKGBUILD (from rev 164178, initscripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-07-26 23:41:01 UTC (rev 164179)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=initscripts
+pkgver=2012.07.5
+pkgrel=1
+pkgdesc="System initialization/bootup scripts"
+arch=('any')
+url="http://www.archlinux.org"
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
+depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit')
+optdepends=('dhcpcd: DHCP network configuration'
+            'bridge-utils: Legacy network bridging support'
+            'net-tools: Legacy network support'
+            'wireless_tools: Legacy wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz")
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('2e3589c8e0baac7a4ea9e353edbcf26c')

Deleted: initscripts.install
===================================================================
--- initscripts.install	2012-07-26 23:40:45 UTC (rev 164178)
+++ initscripts.install	2012-07-26 23:41:01 UTC (rev 164179)
@@ -1,19 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp $2 2009.07)" -lt 0 ]; then
-    echo "==> Adjusting /etc/inittab for transition to /dev/tty standard."
-    echo "==> Original file saved as /etc/inittab.pacsave"
-    sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
-  fi
-  if [ "$(vercmp $2 2011.06.1)" -lt 0 ]; then
-    echo "Blacklisting of modules is no longer supported in rc.conf,"
-    echo "please add blacklist entries to /etc/modprobe.d/ instead."
-  fi
-  if [ "$(vercmp $2 2011.07.2)" -lt 0 ]; then
-    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
-}

Copied: initscripts/repos/testing-any/initscripts.install (from rev 164178, initscripts/trunk/initscripts.install)
===================================================================
--- initscripts.install	                        (rev 0)
+++ initscripts.install	2012-07-26 23:41:01 UTC (rev 164179)
@@ -0,0 +1,19 @@
+post_upgrade() {
+  if [ "$(vercmp $2 2009.07)" -lt 0 ]; then
+    echo "==> Adjusting /etc/inittab for transition to /dev/tty standard."
+    echo "==> Original file saved as /etc/inittab.pacsave"
+    sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
+  fi
+  if [ "$(vercmp $2 2011.06.1)" -lt 0 ]; then
+    echo "Blacklisting of modules is no longer supported in rc.conf,"
+    echo "please add blacklist entries to /etc/modprobe.d/ instead."
+  fi
+  if [ "$(vercmp $2 2011.07.2)" -lt 0 ]; then
+    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
+}




More information about the arch-commits mailing list