[arch-commits] Commit in initscripts/repos (7 files)

Tom Gundersen tomegun at archlinux.org
Sat Jun 9 14:32:32 UTC 2012


    Date: Saturday, June 9, 2012 @ 10:32:32
  Author: tomegun
Revision: 161322

db-move: moved initscripts from [testing] to [core] (any)

Added:
  initscripts/repos/core-any/PKGBUILD
    (from rev 161321, initscripts/repos/testing-any/PKGBUILD)
  initscripts/repos/core-any/initscripts.install
    (from rev 161321, initscripts/repos/testing-any/initscripts.install)
  initscripts/repos/core-any/wireless.conf.d
    (from rev 161321, initscripts/repos/testing-any/wireless.conf.d)
Deleted:
  initscripts/repos/core-any/PKGBUILD
  initscripts/repos/core-any/initscripts.install
  initscripts/repos/core-any/wireless.conf.d
  initscripts/repos/testing-any/

---------------------+
 PKGBUILD            |   67 +++++++++++++++++++++++---------------------------
 initscripts.install |   38 ++++++++++++++--------------
 wireless.conf.d     |   24 ++++++++---------
 3 files changed, 63 insertions(+), 66 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-06-09 09:38:51 UTC (rev 161321)
+++ core-any/PKGBUILD	2012-06-09 14:32:32 UTC (rev 161322)
@@ -1,35 +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.05.1
-pkgrel=3
-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 etc/conf.d/wireless)
-depends=('glibc' 'bash' 'grep' 'coreutils' 'systemd-tools' 'iproute2'
-         'ncurses' 'kbd' 'findutils' 'sysvinit')
-optdepends=('bridge-utils: Network bridging support'
-            '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')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
-
-  # these moved to systemd-tools, will be gone in the next initscripts release
-  rm ${pkgdir}/usr/share/man/man5/{hostname,{locale,vconsole}.conf}.5
-}
-md5sums=('13cff6a6638f12351892d7085d7e6fb9'
-         '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/core-any/PKGBUILD (from rev 161321, initscripts/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-06-09 14:32:32 UTC (rev 161322)
@@ -0,0 +1,32 @@
+# $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.06.1
+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 etc/conf.d/wireless)
+depends=('glibc' 'bash' 'grep' 'coreutils' 'systemd-tools' 'iproute2'
+         'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+            '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')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('2fc09991157978d86eba2e042b60f6c7'
+         '027576534885b8d5dded9be546057b12')

Deleted: core-any/initscripts.install
===================================================================
--- core-any/initscripts.install	2012-06-09 09:38:51 UTC (rev 161321)
+++ core-any/initscripts.install	2012-06-09 14:32:32 UTC (rev 161322)
@@ -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/core-any/initscripts.install (from rev 161321, initscripts/repos/testing-any/initscripts.install)
===================================================================
--- core-any/initscripts.install	                        (rev 0)
+++ core-any/initscripts.install	2012-06-09 14:32:32 UTC (rev 161322)
@@ -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
+}

Deleted: core-any/wireless.conf.d
===================================================================
--- core-any/wireless.conf.d	2012-06-09 09:38:51 UTC (rev 161321)
+++ core-any/wireless.conf.d	2012-06-09 14:32:32 UTC (rev 161322)
@@ -1,12 +0,0 @@
-#
-# Settings for wireless cards
-#
-# For each wireless interface declared in INTERFACES (in rc.conf), declare
-# a wlan_${IF} variable that contains the arguments to be passed to
-# iwconfig(8).  Then list the original interface name in the
-# WLAN_INTERFACES array.
-#
-
-#wlan_eth0="eth0 mode managed essid default"
-#WLAN_INTERFACES=(eth0)
-

Copied: initscripts/repos/core-any/wireless.conf.d (from rev 161321, initscripts/repos/testing-any/wireless.conf.d)
===================================================================
--- core-any/wireless.conf.d	                        (rev 0)
+++ core-any/wireless.conf.d	2012-06-09 14:32:32 UTC (rev 161322)
@@ -0,0 +1,12 @@
+#
+# Settings for wireless cards
+#
+# For each wireless interface declared in INTERFACES (in rc.conf), declare
+# a wlan_${IF} variable that contains the arguments to be passed to
+# iwconfig(8).  Then list the original interface name in the
+# WLAN_INTERFACES array.
+#
+
+#wlan_eth0="eth0 mode managed essid default"
+#WLAN_INTERFACES=(eth0)
+




More information about the arch-commits mailing list