Mailinglist Archive: opensuse-commit (1124 mails)

< Previous Next >
commit sysconfig
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 05 Apr 2007 20:09:50 +0200
  • Message-id: <20070405180950.F40A5678179@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package sysconfig
checked in at Thu Apr 5 20:09:50 CEST 2007.

--------
--- sysconfig/sysconfig.changes 2007-03-10 17:08:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/sysconfig/sysconfig.changes    2007-04-02 15:39:07.260416000 +0200
@@ -1,0 +2,13 @@
+Thu Mar 29 15:56:56 CEST 2007 - jg@xxxxxxx
+
+- new version 0.60.7
+- ifup-wireless: do not insist on having wlanctl-ng installed
+  (bug 257788)
+
+-------------------------------------------------------------------
+Mon Mar 12 12:07:27 CET 2007 - zoz@xxxxxxx
+
+- Only use first interface when looking for interface name based
+  configuration names of infiniband interfaces (ib*) (Bug 204098)
+
+-------------------------------------------------------------------
@@ -6,0 +20,21 @@
+Mon Feb 19 12:05:03 CET 2007 - zoz@xxxxxxx
+
+- Don't quit if device seems already to be bound to a driver, because
+  sometimes we check the wrong device. (Bug 232279)
+
+-------------------------------------------------------------------
+Fri Feb 16 14:53:09 CET 2007 - jg@xxxxxxx
+
+- ifcfg.template: removed duplicate WIRELESS_WPA_PROTO variable
+
+-------------------------------------------------------------------
+Sat Feb  3 13:20:35 CET 2007 - zoz@xxxxxxx
+
+- fixed comment of sysconfig variable MODIFY_RESOLV_CONF_DYNAMICALLY
+
+-------------------------------------------------------------------
+Tue Jan 30 17:45:43 CET 2007 - zoz@xxxxxxx
+
+- hwup: strip "static-" from hwdesc if needed (Bug 179604)
+
+-------------------------------------------------------------------
@@ -11,0 +46,7 @@
+Thu Jan 18 11:50:23 CET 2007 - zoz@xxxxxxx
+
+- Fixed wrong comment in rename_netiface
+- Fixed quoting of variables *DRIVER* since driver names unfortunately
+  may contain spaces. (Bug 234532)
+
+-------------------------------------------------------------------

Old:
----
  rt2x00.diff
  sysconfig-0.60.6.dif
  sysconfig-0.60.6.tar.bz2

New:
----
  sysconfig-0.60.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.T23554/_old  2007-04-05 20:09:31.000000000 +0200
+++ /var/tmp/diff_new_pack.T23554/_new  2007-04-05 20:09:31.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package sysconfig (Version 0.60.6)
+# spec file for package sysconfig (Version 0.60.7)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -12,8 +12,8 @@
 
 Name:           sysconfig
 BuildRequires:  sysfsutils
-Version:        0.60.6
-Release:        7
+Version:        0.60.7
+Release:        1
 Summary:        The sysconfig scheme
 Group:          System/Base
 License:        GNU General Public License (GPL)
@@ -22,8 +22,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %fillup_prereq %insserv_prereq textutils fileutils gawk /usr/bin/sed /usr/bin/grep
 Source:         %name-%version.tar.bz2
-Patch:          %name-%version.dif
-Patch1:         rt2x00.diff
 
 %description
 This package provides the SuSE system configuration scheme.
@@ -43,8 +41,6 @@
 
 %prep
 %setup -n sysconfig-%{version}
-%patch
-%patch1
 
 %build
 autoreconf --force --install
@@ -215,10 +211,30 @@
 %{insserv_cleanup}
 
 %changelog
+* Thu Mar 29 2007 - jg@xxxxxxx
+- new version 0.60.7
+- ifup-wireless: do not insist on having wlanctl-ng installed
+  (bug 257788)
+* Mon Mar 12 2007 - zoz@xxxxxxx
+- Only use first interface when looking for interface name based
+  configuration names of infiniband interfaces (ib*) (Bug 204098)
 * Sat Mar 10 2007 - dmueller@xxxxxxx
 - support rt2500* class of drivers for WPA
+* Mon Feb 19 2007 - zoz@xxxxxxx
+- Don't quit if device seems already to be bound to a driver, because
+  sometimes we check the wrong device. (Bug 232279)
+* Fri Feb 16 2007 - jg@xxxxxxx
+- ifcfg.template: removed duplicate WIRELESS_WPA_PROTO variable
+* Sat Feb 03 2007 - zoz@xxxxxxx
+- fixed comment of sysconfig variable MODIFY_RESOLV_CONF_DYNAMICALLY
+* Tue Jan 30 2007 - zoz@xxxxxxx
+- hwup: strip "static-" from hwdesc if needed (Bug 179604)
 * Fri Jan 19 2007 - werner@xxxxxxx
 - poll-tcpip: Add support for uucp over ssh tunnel for dynamic IPs
+* Thu Jan 18 2007 - zoz@xxxxxxx
+- Fixed wrong comment in rename_netiface
+- Fixed quoting of variables *DRIVER* since driver names unfortunately
+  may contain spaces. (Bug 234532)
 * Fri Jan 12 2007 - zoz@xxxxxxx
 - new version 0.60.6
 - Added OMC service Description Document (Fate 301838)

++++++ sysconfig-0.60.6.tar.bz2 -> sysconfig-0.60.7.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/ChangeLog new/sysconfig-0.60.7/ChangeLog
--- old/sysconfig-0.60.6/ChangeLog      2007-01-12 20:04:52.000000000 +0100
+++ new/sysconfig-0.60.7/ChangeLog      2007-03-30 17:12:04.000000000 +0200
@@ -1,4 +1,97 @@
 ------------------------------------------------------------------------
+r1546 | zoz | 2007-03-30 17:11:26 +0200 (Fr, 30 Mär 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/VERSION
+   M /trunk/package/sysconfig.changes
+
+new version 0.60.7
+
+------------------------------------------------------------------------
+r1545 | zoz | 2007-03-30 17:01:47 +0200 (Fr, 30 Mär 2007) | 3 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/poll.tcpip
+
+poll-tcpip: Add support for uucp over ssh tunnel for dynamic IPs 
+(by werner@xxxxxxx)
+
+------------------------------------------------------------------------
+r1544 | zoz | 2007-03-30 16:57:15 +0200 (Fr, 30 Mär 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/ifup-wireless
+
+support rt2500* class of drivers for WPA (by dmueller@xxxxxxx)
+
+------------------------------------------------------------------------
+r1543 | jg | 2007-03-29 16:06:17 +0200 (Do, 29 Mär 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/ifup-wireless
+
+ifup-wireless: do not insist on having wlanctl-ng installed (bug 257788)
+
+------------------------------------------------------------------------
+r1542 | zoz | 2007-03-13 08:40:47 +0100 (Di, 13 Mär 2007) | 3 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/tools/get_config_lib.c
+
+Only use first interface when looking for interface name based
+configuration names of infiniband interfaces (ib*) (Bug 204098)
+
+------------------------------------------------------------------------
+r1541 | zoz | 2007-02-23 16:38:44 +0100 (Fr, 23 Feb 2007) | 3 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/hardware/hwup
+
+Don't quit if device seems already to be bound to a driver, because
+sometimes we check the wrong device. (Bug 232279)
+
+------------------------------------------------------------------------
+r1540 | jg | 2007-02-16 14:54:03 +0100 (Fr, 16 Feb 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/config/ifcfg.template
+   M /trunk/package/sysconfig.changes
+
+ifcfg.template: removed duplicate WIRELESS_WPA_PROTO variable
+
+------------------------------------------------------------------------
+r1539 | zoz | 2007-02-03 13:21:54 +0100 (Sa, 03 Feb 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/config/sysconfig.config-network
+   M /trunk/package/sysconfig.changes
+
+fixed comment of sysconfig variable MODIFY_RESOLV_CONF_DYNAMICALLY
+
+------------------------------------------------------------------------
+r1538 | zoz | 2007-01-30 17:47:08 +0100 (Di, 30 Jan 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/hardware/functions.static
+   M /trunk/scripts/hardware/hwup
+
+hwup: strip "static-" from hwdesc if needed (Bug 179604)
+
+------------------------------------------------------------------------
+r1537 | zoz | 2007-01-18 11:56:01 +0100 (Do, 18 Jan 2007) | 3 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/hardware/hwup
+
+Fixed quoting of variables *DRIVER* since driver names unfortunately may
+contain spaces. (Bug 234532)
+
+------------------------------------------------------------------------
+r1536 | zoz | 2007-01-18 11:52:23 +0100 (Do, 18 Jan 2007) | 2 lines
+Geänderte Pfade:
+   M /trunk/package/sysconfig.changes
+   M /trunk/scripts/rename_netiface
+
+Fixed wrong comment in rename_netiface
+
+------------------------------------------------------------------------
 r1535 | zoz | 2007-01-12 20:01:09 +0100 (Fr, 12 Jan 2007) | 3 lines
 Geänderte Pfade:
    M /trunk/VERSION
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/config/ifcfg.template new/sysconfig-0.60.7/config/ifcfg.template
--- old/sysconfig-0.60.6/config/ifcfg.template  2006-10-05 12:33:18.000000000 +0200
+++ new/sysconfig-0.60.7/config/ifcfg.template  2007-03-30 17:02:11.000000000 +0200
@@ -758,12 +758,6 @@
 ## Default:    ''
 #
 
-# For WPA modes you can set the WPA protocol to be used, WPA or RSN
-# (aka WPA2).  Default is to allow both protocols. When using
-# WIRELESS_AP_SCANMODE 2, this variable needs to be set, or WPA will
-# be used as fallback. Note: WPA2 can be used as an alias for RSN.
-WIRELESS_WPA_PROTO=''
-
 ## Type:       string
 ## Default:    ''
 #
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/config/sysconfig.config-network new/sysconfig-0.60.7/config/sysconfig.config-network
--- old/sysconfig-0.60.6/config/sysconfig.config-network        2006-10-24 16:14:09.000000000 +0200
+++ new/sysconfig-0.60.7/config/sysconfig.config-network        2007-03-30 17:02:11.000000000 +0200
@@ -59,7 +59,8 @@
 
 ## Type:        yesno
 ## Default:     no
-# Like MODIFY_RESOLV_CONF_DYNAMICALLY, except it modifies /etc/named.conf.
+# Like MODIFY_RESOLV_CONF_DYNAMICALLY, except it modifies
+# /etc/named.d/forwarders.conf instead of resolv.conf.
 # If unsure, leave it at the default (which is "no").
 #
 MODIFY_NAMED_CONF_DYNAMICALLY="no"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/configure new/sysconfig-0.60.7/configure
--- old/sysconfig-0.60.6/configure      2007-01-12 20:04:19.000000000 +0100
+++ new/sysconfig-0.60.7/configure      2007-03-30 17:11:40.000000000 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.in Revision: 1.13 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for sysconfig 0.60.6.
+# Generated by GNU Autoconf 2.60 for sysconfig 0.60.7.
 #
 # Report bugs to <http://www.suse.de/feedback/>.
 #
@@ -714,8 +714,8 @@
 # Identity of this package.
 PACKAGE_NAME='sysconfig'
 PACKAGE_TARNAME='sysconfig'
-PACKAGE_VERSION='0.60.6'
-PACKAGE_STRING='sysconfig 0.60.6'
+PACKAGE_VERSION='0.60.7'
+PACKAGE_STRING='sysconfig 0.60.7'
 PACKAGE_BUGREPORT='http://www.suse.de/feedback/'
 
 ac_unique_file="scripts/ifup"
@@ -1388,7 +1388,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sysconfig 0.60.6 to adapt to many kinds of systems.
+\`configure' configures sysconfig 0.60.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1458,7 +1458,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sysconfig 0.60.6:";;
+     short | recursive ) echo "Configuration of sysconfig 0.60.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1560,7 +1560,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sysconfig configure 0.60.6
+sysconfig configure 0.60.7
 generated by GNU Autoconf 2.60
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1574,7 +1574,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sysconfig $as_me 0.60.6, which was
+It was created by sysconfig $as_me 0.60.7, which was
 generated by GNU Autoconf 2.60.  Invocation command line was
 
   $ $0 $@
@@ -21308,7 +21308,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by sysconfig $as_me 0.60.6, which was
+This file was extended by sysconfig $as_me 0.60.7, which was
 generated by GNU Autoconf 2.60.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -21355,7 +21355,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-sysconfig config.status 0.60.6
+sysconfig config.status 0.60.7
 configured by $0, generated by GNU Autoconf 2.60,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/scripts/hardware/functions.static new/sysconfig-0.60.7/scripts/hardware/functions.static
--- old/sysconfig-0.60.6/scripts/hardware/functions.static      2005-08-26 18:20:55.000000000 +0200
+++ new/sysconfig-0.60.7/scripts/hardware/functions.static      2007-03-30 17:02:11.000000000 +0200
@@ -4,12 +4,20 @@
        fi
 }
 
-get_config_getcfg() {
-       :
-}
-
-get_config_fast() {
-       :
-}
-
+: HWDESC=$HWDESC
+if [ -z "$CONFIG" ] ; then
+       case $HWDESC in
+               static-*)
+                       CONFIG=$HWDESC
+                       HWDESC=${HWDESC##static-}
+                       unset SUBSYSTEM
+                       SUBSYSTEM=`get_subsystem`
+                       if [ $? != 0 ] ; then
+                               err_mesg "Cannot handle subsystem '$SUBSYSTEM'"
+                               exit $R_USAGE
+                       fi
+                       test -r ./scripts/functions.$SUBSYSTEM && . ./scripts/functions.$SUBSYSTEM
+                       ;;
+       esac
+fi
 
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/scripts/hardware/hwup new/sysconfig-0.60.7/scripts/hardware/hwup
--- old/sysconfig-0.60.6/scripts/hardware/hwup  2006-11-06 20:36:52.000000000 +0100
+++ new/sysconfig-0.60.7/scripts/hardware/hwup  2007-03-30 17:02:11.000000000 +0200
@@ -3,7 +3,7 @@
 # /sbin/hwup
 #
 # Configuring hardware (Preliminary version)
-# $Id: hwup 1518 2006-11-06 19:36:49Z zoz $
+# $Id: hwup 1541 2007-02-23 15:38:44Z zoz $
 #
 
 # /usr/bin/env
@@ -169,8 +169,11 @@
 modprobe_modalias() {
        local retval
        if [ -L "$HWD_DEVICEPATH/driver" ] ; then
+               # This may be misleading e.g. for input devices where the
+               # underlying usb device is already bound. This is because input
+               # device are class devices but have there own modalias.
+               # See https://bugzilla.novell.com/show_bug.cgi?id=232279
                info_mesg "Device already bound to a driver"
-               return 0
        fi
        if [ -z "$MODALIAS" ]; then
                MODALIAS="`cat $HWD_DEVICEPATH/modalias 2>/dev/null`"
@@ -210,7 +213,7 @@
                if [ -n "$DRIVER" -a "$DRIVER" != skip ] ; then
                        info_mesg "Binding device to driver '$DRIVER'"
                        SYSFS_DRIVER_PATH="/sys/bus/$HWD_BUSNAME/drivers/$DRIVER"
-                       echo -n $HWD_BUSID > $SYSFS_DRIVER_PATH/bind
+                       echo -n $HWD_BUSID > "$SYSFS_DRIVER_PATH/bind"
                        test "$DRIVER" == ipw3945 && ipw3945_start_daemon 
                fi
        fi
@@ -302,6 +305,7 @@
 if [ -z "$CONFIG" ] ; then
        case ${HWDESC%%-*} in
                static|boot) CONFIG=$HWDESC;;
+               *) test -r hwcfg-static-"$HWDESC" && CONFIG="static-$HWDESC";;
        esac
 fi
 info_mesg "HWDESC='$HWDESC'"
@@ -512,11 +516,11 @@
 
        if [ -n "$DRIVER" ]; then
                SYSFS_DRIVER_PATH="/sys/bus/$HWD_BUSNAME/drivers/$DRIVER"
-               if [ -L $SYSFS_DRIVER_PATH/$HWD_BUSID ] ; then
+               if [ -L "$SYSFS_DRIVER_PATH/$HWD_BUSID" ] ; then
                        info_mesg "Device '$HWD_BUSID' is already bound to driver '$DRIVER'"
                else
                        mesg "hwup: binding device $HWD_BUSID to driver $DRIVER."
-                       echo -n $HWD_BUSID > $SYSFS_DRIVER_PATH/bind
+                       echo -n $HWD_BUSID > "$SYSFS_DRIVER_PATH/bind"
                        test "$DRIVER" == ipw3945 && ipw3945_start_daemon 
                fi
        else
@@ -526,13 +530,13 @@
 
 if [ "$SCRIPTNAME" = hwdown -a "$HOTPLUG" != yes -a "$NOBIND" != yes ] ; then
 
-       SYSFS_DRIVER_PATH=`ls -d /sys/bus/$HWD_BUSNAME/drivers/*/$HWD_BUSID 2>/dev/null`
-       SYSFS_DRIVER_PATH=${SYSFS_DRIVER_PATH%/$HWD_BUSID}
+       SYSFS_DRIVER_PATH="`ls -d /sys/bus/$HWD_BUSNAME/drivers/*/$HWD_BUSID 2>/dev/null`"
+       SYSFS_DRIVER_PATH="${SYSFS_DRIVER_PATH%/$HWD_BUSID}"
 
        if [ -n "$SYSFS_DRIVER_PATH" ]; then
                # unbind the device from the module
                mesg "hwup: unbinding device $HWD_BUSID from driver $HWD_DRIVER."
-               echo -n $HWD_BUSID > $SYSFS_DRIVER_PATH/unbind
+               echo -n $HWD_BUSID > "$SYSFS_DRIVER_PATH/unbind"
                # save driver name
                echo "DRIVER=$HWD_DRIVER" > $DRIVER_FILE
        else
@@ -542,10 +546,9 @@
 fi
 
 if [ "$SCRIPTNAME" = hwstatus ] ; then
-       SYSFS_DRIVER_PATH=`ls -d /sys/bus/$HWD_BUSNAME/drivers/*/$HWD_BUSID \
-                             2>/dev/null`
-       SYSFS_DRIVER_PATH=${SYSFS_DRIVER_PATH%/$HWD_BUSID}
-       SYSFS_MODULE_PATH=$(cd $SYSFS_DRIVER_PATH 2>/dev/null &&
+       SYSFS_DRIVER_PATH="`ls -d /sys/bus/$HWD_BUSNAME/drivers/*/$HWD_BUSID 2>/dev/null`"
+       SYSFS_DRIVER_PATH="${SYSFS_DRIVER_PATH%/$HWD_BUSID}"
+       SYSFS_MODULE_PATH=$(cd "$SYSFS_DRIVER_PATH" 2>/dev/null &&
                            cd module 2>/dev/null; pwd -P)
        SYSFS_MODULE=${SYSFS_MODULE_PATH##*/}
        echo DRIVER=${SYSFS_DRIVER_PATH##*/}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/scripts/ifup-wireless new/sysconfig-0.60.7/scripts/ifup-wireless
--- old/sysconfig-0.60.6/scripts/ifup-wireless  2006-10-27 15:56:12.000000000 +0200
+++ new/sysconfig-0.60.7/scripts/ifup-wireless  2007-03-30 17:02:11.000000000 +0200
@@ -19,7 +19,7 @@
 #
 # Author: Joachim Gleissner <jg@xxxxxxx>, 2005
 #
-# $Id: ifup-wireless 1510 2006-10-27 13:32:53Z jg $
+# $Id: ifup-wireless 1544 2007-03-30 14:57:15Z zoz $
 #
 
 usage () {
@@ -180,7 +180,7 @@
 ######################################################################
 # check for needed tools
 #
-for i in iwconfig wlanctl-ng hexdump sed awk ; do
+for i in iwconfig hexdump sed awk ; do
 if [ -z "`type -p $i`" ] ; then
     err_mesg "cannot find '$i', please install"
     exit $R_ERROR
@@ -338,6 +338,11 @@
 
 setup_wlanngdev()
 {
+       if [ -z "`type -p wlanctl-ng`" ] ; then
+           err_mesg "cannot find 'wlanctl-ng', please install package 'wlan-ng'"
+           exit $R_ERROR
+       fi
+       wlanctl lnxreq_ifstate ifstate=enable
         wlanctl dot11req_reset setdefaultmib=false
         test "$WIRELESS_ESSID" = "any"  && WIRELESS_ESSID=""
         if [ "$ENCRYPTION" = "no" ]; then
@@ -422,18 +427,16 @@
     fi
     # some drivers seem to have extensions like wlan-ng,
     # although they do not
-    case "$HWD_DRIVER" in rtl8180|ipw3945|zd12*)
-        setup_iwdev
-        return
-        ;;
-    esac
-    # probe for (and enable) wlan-ng devices
-    wlanctl-ng $INTERFACE lnxreq_ifstate ifstate=enable >/dev/null 2>&1
-    if [ $? -eq 0 ]; then
+    case "$HWD_DRIVER" in
+
+       prism2_*)
         setup_wlanngdev
-    else
+       ;;
+
+       *)
         setup_iwdev
-    fi
+       ;;
+    esac
 }
 
 print_key()
@@ -682,6 +685,9 @@
             ndiswrapper|*.sys)
                 WPA_DRIVER=wext
                 ;;
+            rt2500*)
+                WPA_DRIVER=wext
+                ;;
             *)
                 WPA_DRIVER=unsupported
                 PREFER_WPA_SUPPLICANT=no
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/scripts/poll.tcpip new/sysconfig-0.60.7/scripts/poll.tcpip
--- old/sysconfig-0.60.6/scripts/poll.tcpip     2006-01-13 17:23:11.000000000 +0100
+++ new/sysconfig-0.60.7/scripts/poll.tcpip     2007-03-30 17:02:11.000000000 +0200
@@ -72,7 +72,7 @@
            /^system[[:space:]]\+$sys/,/^\(system\|\$\)/ {
                s/^port\W\+\(\w\+\)\$/\1/p
            }" < /etc/uucp/sys)
-       test "$type" = tcp || continue
+       test "$type" = tcp -o "$type" = ssh || continue
        /usr/lib/uucp/uucico -c -D -S $sys
     done
     break
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/scripts/rename_netiface new/sysconfig-0.60.7/scripts/rename_netiface
--- old/sysconfig-0.60.6/scripts/rename_netiface        2007-01-12 15:40:49.000000000 +0100
+++ new/sysconfig-0.60.7/scripts/rename_netiface        2007-03-30 17:02:11.000000000 +0200
@@ -140,7 +140,8 @@
        # currently has. If this name is already occupied, then increase the
        # number and try again.
        # To check if a name is occupied we have to look in
-       # /etc/udev/rules.d/60-net_*.rules and in /tmp/used_interface_names*.
+       # /etc/udev/rules.d/30-net_persistent_names.rules and in
+       # /tmp/used_interface_names*.
        # The latter serves as temporary registration file to avoid race
        # conditions. It will be removed when the script exits.
 
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/tools/get_config_lib.c new/sysconfig-0.60.7/tools/get_config_lib.c
--- old/sysconfig-0.60.6/tools/get_config_lib.c 2006-12-10 13:27:38.000000000 +0100
+++ new/sysconfig-0.60.7/tools/get_config_lib.c 2007-03-30 17:02:10.000000000 +0200
@@ -3,7 +3,7 @@
  * names and get as much as possible information from sysfs.
  * For more information see doc/Specification in the sysconfig CVS
  *
- * Version: $Id: get_config_lib.c 1529 2006-12-10 08:54:45Z zoz $
+ * Version: $Id: get_config_lib.c 1542 2007-03-13 07:40:47Z zoz $
  */
 
 #include <stdio.h>
@@ -1075,10 +1075,18 @@
                    level++;
                break;
            case interface:
-               for (i=0; i<hwdesc->interface_num; i++)
-                   if (! strcmp(config->interface[0],
-                                hwdesc->interface[i]))
+               // only test against first hwdesc for ib
+               if(!strncmp("ib",hwdesc->interface[0],2)) {
+                   if (! strcmp(config->interface[0], hwdesc->interface[0]))
                        level++;
+               }
+               else {
+                   for (i=0; i<hwdesc->interface_num; i++) {
+                       if (! strcmp(config->interface[0],
+                                    hwdesc->interface[i]))
+                           level++;
+                   }
+               }
                break;
            case type:
                if (0 <= match_type(config->devtype, hwdesc->devtype))
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig-0.60.6/VERSION new/sysconfig-0.60.7/VERSION
--- old/sysconfig-0.60.6/VERSION        2007-01-12 20:01:49.000000000 +0100
+++ new/sysconfig-0.60.7/VERSION        2007-03-30 17:11:29.000000000 +0200
@@ -1 +1 @@
-0.60.6
+0.60.7


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages