[arch-commits] Commit in initscripts/trunk (PKGBUILD wireless.conf.d)

Tom Gundersen tomegun at archlinux.org
Mon Jul 23 21:38:48 UTC 2012


    Date: Monday, July 23, 2012 @ 17:38:47
  Author: tomegun
Revision: 164010

upgpkg: initscripts 2012.07.4-1

fix some minor bugs

Modified:
  initscripts/trunk/PKGBUILD
Deleted:
  initscripts/trunk/wireless.conf.d

-----------------+
 PKGBUILD        |   12 ++++++------
 wireless.conf.d |   12 ------------
 2 files changed, 6 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-23 18:45:40 UTC (rev 164009)
+++ PKGBUILD	2012-07-23 21:38:47 UTC (rev 164010)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2012.07.3
+pkgver=2012.07.4
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('any')
@@ -13,10 +13,10 @@
 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=('bridge-utils: Network bridging support'
-            'dhcpcd: DHCP network configuration'
-            'net-tools: legacy network support'
-            'wireless_tools: Wireless networking')
+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")
@@ -25,4 +25,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('41595cf7786fb836b3e510c53d2c426a')
+md5sums=('51de39b30322ab51892e6864425c7e4e')

Deleted: wireless.conf.d
===================================================================
--- wireless.conf.d	2012-07-23 18:45:40 UTC (rev 164009)
+++ wireless.conf.d	2012-07-23 21:38:47 UTC (rev 164010)
@@ -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)
-




More information about the arch-commits mailing list