Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

sysconfig-0.75.4-2.5.1 RPM for i586

From OpenSuSE 12.1 updates for i586

Name: sysconfig Distribution: openSUSE 12.1
Version: 0.75.4 Vendor: openSUSE
Release: 2.5.1 Build date: Fri Jan 20 10:24:09 2012
Group: System/Base Build host: build15
Size: 740928 Source RPM: sysconfig-0.75.4-2.5.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://gitorious.org/opensuse/sysconfig
Summary: The sysconfig scheme and traditional network scripts
This package provides the SuSE system configuration scheme and
the netcontrol alias ifup network scripts.

Authors:
--------
    Olaf Kirch <okir@suse.de>
    Bjoern Jacke <bjoern@j3e.de>
    Mads Martin Joergensen <mmj@suse.de>
    Peter Poeml <poeml@suse.de>
    Arvin Schnell <arvin@suse.de>
    Michal Svec <msvec@suse.cz>
    Christian Zoz <zoz@suse.de>
    Werner Fink <werner@suse.de>
    Marius Tomaschewski <mt@suse.de>

Provides

Requires

License

GPL-2.0+

Changelog

* Tue Jan 10 2012 mt@suse.com
  - Explicitly disabled posix mode in all bash scripts as we are
    using several features not supported in posix mode (bnc#739338).
* Thu Jan 05 2012 mt@suse.com
  - Fixed ipv6 dad / link ready wait time calculation (1/10 of the
    specified time) and replaced useless up flag check loop with
    link_ready_wait to avoid send errors from dhclient6 (bnc#697929).
* Wed Jan 04 2012 mt@suse.com
  - Added to require vlan, bridge-utils and tunctl packages via spec,
    that are often required in base networking configurations and
    are missed otherwise in 2nd installation stage, that may be
    unable to install them for some reason (bnc#733118).
  - Added X-Systemd-RemainAfterExit: true LSB header (bnc#727771)
  - Do not suggest dhcp6c client from dropped dhcpv6 package
    in ifup-dhcp, marked dhcp6c as deprecated in network/dhcp
    and changed to use dhclient6 as first choice (bnc#734723).
* Mon Dec 19 2011 mt@suse.com
  - Fixed to quote config / interface variables in ifservices script
    and cleaned up content of the ESSID which gets appended to them
    by NetworkManager dispatcher hook (bnc#735394, CVE-2011-4182).
    Fixed also to return proper exit code 0 in NM dispatcher hooks.
  - Changed to call ip addr flush in ifdown, but after ip link set
    down as it does not cause ipv6 sysctl tree side effects then
    at least with more recent kernels (bnc#580018,bnc#559170).
* Fri Oct 21 2011 mt@suse.com
  - Changed NM_ONLINE_TIMEOUT default back to 0 to avoid
    unneeded waiting for NM interfaces at boot (bnc#722304)
* Wed Oct 05 2011 mt@suse.com
  - version 0.75.4
  - Don't fail when wireless power setting isn't supported
    Thanks to Manuel Stol for the patch (bnc#716652).
  - Cleanup link / dad wait verify flag after status update
* Mon Sep 26 2011 mt@suse.com
  - Fixed inverted link ready return value test
* Mon Sep 26 2011 mt@suse.com
  - version 0.75.3
  - Handle changing between ifup and NM with systemd and fixed
    to enable boot flags in /etc/init.d/network while booting
    under systemd (bnc#719214).
  - Wait/check until the end of ipv6 duplicate address detection
    to not cause failures of following services (bnc#697929).
* Thu Sep 08 2011 mt@suse.com
  - version 0.75.2
  - Added additional state for network-remotefs, so correct status
    is shown after remotefs has been stopped. Stopping localfs,
    stops remotefs when it is started as well (bnc#592270).
  - Use max_bonds=0 bond modprobe option to avoid automatic bond0
    interface creation as we may need a different name.
    Do not set the bond interface link up before enslaving - this
    is not needed by bonding any more with current kernels.
* Mon Sep 05 2011 mt@suse.com
  - version 0.75.1
  - Warn and ask the user to report a bug when the ifcfg defines the
    INTERFACETYPE variable to override behaviour of ifup: There is a
    bug in ifup when it is required to define it (bnc#711762).
    Improved also variable description in ifcfg.5 manual page.
  - Added missed dhcp4,dhcp6,ibft,none BOOTPROTO values to
    ifcfg.template (bnc#701000).
  - Added WIRELESS_AUTH_MODE='no-encryption' option handling to
    ifup-wireless, because YaST sets it (bnc#648830).
  - Fixed get_depending_ifaces to not return bonding slaves by
    default as it is not required to stop the slaves before the
    bonding master goes down and in fact it may cause a system
    hang, when the slaves are infiniband child interfaces, that
    are deleted while ifdown (bnc#698478).
* Mon Aug 29 2011 fcrozat@suse.com
  - Fix incorrect systemd detection in disable-NM-under-systemd.patch
* Fri Aug 26 2011 mt@suse.com
  - Added vpnc to the default list of preferred services for DNS
    ranking (NETCONFIG_DNS_RANKING=auto).
* Thu Aug 25 2011 fcrozat@suse.com
  - Add disable-NM-under-systemd.patch: don't handle NM startup with
    network initscript when running under systemd.
* Thu Aug 11 2011 mt@suse.de
  - Fixed to apply wireless power settings and allow any setting as
    defined in the iwconfig(8) manual page.
* Wed Aug 10 2011 crrodriguez@opensuse.org
  - Do not use -fno-strict-aliasing when not needed
* Thu Aug 04 2011 lnussel@suse.de
  - remove /var/lock/subsys references
* Tue Mar 15 2011 mt@suse.de
  - version 0.75.0
  - Moved 77-network.rules and 81-mount.rules to /lib/udev/rules.d
    as both contain static rules.
  - Fixed spec to use 0600 mode for ifcfg-lo, because of bnc 670871.
  - Send gratuitous arp when new SEND_GRATUITOUS_ARP variable is set
    to yes either in global network/config or in per-interface ifcfg
    file. Fixed to use CHECK_DUPLICATE_IP for ipv4 only (bnc#617373).
  - Enslave a slaves into a bond on hotplug "up" event (bnc#669361).
* Mon Feb 14 2011 mt@suse.de
  - fixed postinstall script to avoid, that (wireless) ifcfg files
    become world readable while installation because of a fillup
    run; changed to explicitly set 0600 permissions (bnc#670871).
* Tue Jan 25 2011 mt@suse.de
  - version 0.74.5
  - netconfig: strip trailing dots from domains dns search list
    as added by the dhcp 4.x dhclient(6), to skip duplicates.
* Mon Jan 24 2011 mt@suse.de
  - Fixed gawk patch to skip oldnet2new.sh - not in dist archive.
* Tue Jan 18 2011 mt@suse.de
  - Use gawk directly as in our dependencies instead of just awk,
    that is a /etc/alternatives link, that may be broken in rare
    cases (bnc#664726).
  - Fixed typo in doc/ifcfg.5, IPv4 autoip, not IPv6
* Fri Jan 07 2011 mt@suse.de
  - version 0.74.4
* Wed Jan 05 2011 mt@suse.de
  - Fix for udevmountd to allow mounting of multipath devices.
    With this and the corresponding multipath-tools patch,
    iscsi mounting works as advertised, both multipathed and
    non-multipathed (bnc#630434).
* Wed Dec 22 2010 mt@suse.de
  - Fixed ifup-bonding to fail and remove bond when there are no
    active slaves at the end and not on enslave failure (bnc#660774).
* Thu Dec 09 2010 mt@suse.de
  - version 0.74.3
  - Use iBFT primary or PXE BOOTIF inteface as primary dhcp interface
    (sets the default route and hostname) and the "first up interface
    wins" selection used before as fallback, when there is explicit
    user configuration available. Updated the DHCLIENT_PRIMARY_DEVICE
    variable description, added it also to the global network/dhcp
    config file (bnc#653365).
  - Improved default vlan name scheme docs in ifcfg-vlan.5 man page.
  - Use startmode auto instead of onboot in ifcfg-lo (bnc#533818)
  - Dropped obsolete and confusing etc/modprobe.d/50-ipv6.conf file
    (bnc#632530, bnc#656916).
  - Fixed link_wait scriptname check and ping usage (bnc#644738);
    improved to allow the user to specify the steps.
* Tue Dec 07 2010 coolo@novell.com
  - add a virtual provides for network script
* Thu Nov 11 2010 mt@suse.de
  - version 0.74.2
  - Adopted to search tunctl in /sbin (bnc#650468)
  - Fixed check if ipv6 is enabled in ifup-dhcp (bnc#616765).
  - Fixed ifplugd-selectif script to use -1 as default carrier
    flag and initialize interface type when unset to correctly
    print wireless instead of cable messages (bnc#637183).
  - Require wpa_supplicant if a wpa_supplicant config is specified
  - Improved ifup-bridge port prio and cost handling.
    Allow to specify '-' in BRIDGE_PORTPRIORITIES or BRIDGE_PATHCOSTS
    lists to skip setting of the port prio or path cost for particular
    ports while setting it for others.
* Tue Sep 14 2010 mt@suse.de
  - Fixed init flags to not start network in runlevel 2 (bnc#638508).
* Wed Aug 18 2010 mt@suse.de
  - version 0.74.1
  - Fixed wireless hardware to wext/nl80211 WPA driver mapping.
    Changed to use -Dnl80211,wext by default for untested drivers
    to let the wpa_supplicant fallback to wext when nl80211 is not
    available. Adjusted info message about untested drivers and
    enabled untested driver handling also in case wpa_supplicant
    is not required but the user prefers to use it (bnc#623340,
    [#623676],#624182,#625403,#631283). Thanks to all reporters,
    especially to Larry Finger and Vladimir Botka!
* Tue Jul 20 2010 mt@suse.de
  - version 0.74.0
  - Changed ifup-wireless to use wext wpa driver for the rt2870sta,
    ipw2200 and ipw2100 wlan adapter driver (bnc#623676,bnc#623340).
* Mon Jul 12 2010 mt@suse.de
  - Fixed check whether ipv6 is enabled or not in /sbin/ifup-dhcp to
    avoid dhcpv6 client start in case the interface is configured to
    start both, dhcpv4 and dhcpv6 clients (bnc#616765).
* Tue Jun 08 2010 mt@suse.de
  - version 0.73.7
  - Added writing of name server addresses to /etc/resolv.conf in
    forwarder mode ("bind", "dnsmasq") as fallback for the moments,
    when the local forwarder process is stopped, e.g. during update
    (bnc#607511). Set NETCONFIG_DNS_FORWARDER_FALLBACK=no to revert.
  - Fixed ifup-bonding to not fail, when the bonding already exists
    (bnc#609809) or when bonding options are using numeric arguments
    instead of names (fixes also bnc#572367).
  - Added BONDING_SKIP_REMOVE_WORKAROUND variable allowing to skip
    bonding interface removal in ifdown as workaround for kernel
    modules not reacting correctly to UNREGISTER event (bnc#576355).
  - Updated USERCONTROL variable description (bnc#605853).
  - Removed obsolete (pre 10.3) migration hooks
  - Removed dbus from Required-Start in /etc/init.d/network,
    added earlysyslog to Should-Start
* Tue May 25 2010 mt@suse.de
  - Use wext wpa driver for the broadcom wl hw driver (bnc#585802).
* Fri May 07 2010 mt@suse.de
  - version 0.73.6
  - Completed and enabled dhclient6 support.
* Thu Apr 22 2010 mt@suse.de
  - version 0.73.5
  - Added WIRELESS_WPA_DEBUG_OPTION option with default of -dddt used
    while wpa_supplicant start when DEBUG is set (yes or wireless).
  - Fixed ifup-wireless to use PREFER_WPA_SUPPLICANT=yes when unset
    as specified as default in ifcfg.template.
  - Switched to use the new nl80211 wpa_supplicant driver required to
    support WIRELESS_REGULATORY_DOMAIN by default in the ifup-wireless.
    Can be switched back using WIRELESS_WPA_DRIVER='wext' (bnc#585802).
  - Updated interface type detection checking new sysfs tun_flags for
    tap and the phy80211 link for mac80211 based wireless interfaces.
  - Use git commands when in git repository (show/create ChangeLog)
  - Documented xen routed network setup using sysconfig mechanizms
    in the README.virtualization.
* Mon Apr 12 2010 vbotka@suse.de
  - added none option to WIRELESS_POWER and made it default
* Mon Mar 29 2010 coolo@novell.com
  - make the network script cleanup the netconfig scripts on stop,
    so that it doesn't have to be done on boot - where it's much more
    expensive
* Fri Mar 12 2010 mt@suse.de
  - version 0.73.4
  - Removed the haldaemon Required-Start/Stop dependency from the
    /etc/init.d/network-remotefs script, NetworkManager dropped it.
  - Added reading of a temporary startmode in ifdown to skip
    stopping of the interface and avoid shutdown problems when
    multipathed iscsi device was mounted (bnc#581259).
  - Do not use own ipoib mode/umcast defaults in ifup-infiniband
    but honor the /etc/sysconfig/infiniband:SET_IPOIB_CM=yes/no
    setting and apply when explicitly requested only (bnc#579555).
  - Fixed ifup-dhcp to check the complete state mark also for
    dhclient, that reports it now too (bnc#585380,bnc#518219).
  - Fixed dhcpcd-hook to call ifup ... -o dhcp (if-up.d/ifservice
    scripts) when dhcpcd reports "complete" configuration instead
    in "up", so also the new hostname is already set (bnc#583800).
  - Fixed to apply (per interface) sysctl settings also in ifup,
    so changes to the configuration have an effect (bnc#494958).
  - Added scripts/link_wait disabled by default, that can be used
    via if-up.d to check whether an interface is ready to use or
    just wait some time in cause of devices that does not report
    the link state correctly (bnc#570935).
  - Fixed ifdown to stop dhcp, flush IPs and set down interfaces
    marked BOOTPROTO=none (slave/ports) or the dhcp clients, ...
    will stay active after a rcnetwork restart when an interface
    configured with dhcp gets reconfigured as a bridge port or a
    bonding slave. Fixed ifstatus to report accurate status codes,
    so rcnetwork does not show red errors for virtual interfaces
    with STARTMODE=off (bnc#581245,bnc#562030).
  - Fixed ifdown-dhcp to remove pid file that can't be cleaned up
    when the client has been killed with -KILL (e.g. nfsroot case)
    and fixed ifdown to not execute ifdown-dhcp twice (bnc#524675).
  - Changed to use expanded option lists for netconfig actions in
    usage text (bnc#569609).
  - Improved netconfig.8 DNS forwarder/static servers documentation
    and yast2 meta tags in network/config file to show the currently
    available settings (bnc#580361,bnc#580506).
  - Filter out loopback addresses from forwarder configs (dnsmasq,
    bind) in NETCONFIG_DNS_FORWARDER!=resolver mode, so they don't
    cause any loop and allow them in /etc/resolv.conf to make it
    possible to get the system running, when the glibc feature to
    use the name server on the local machine gets broken again or
    the user wants ipv4 only (bnc#580361,bnc#549447,bnc#441947).
  - Fixed ifdown-dhcp to release a dhcpv6 lease correctly when
    requested, added a separate DHCLIENT6_RELEASE_BEFORE_QUIT
    variable (bnc#524675).
  - Consider the bind mounted files scenario instead of symlinks
    to a writable location in all netconfig calls to create
    temporary files.
  - Applied patch by agruen@suse.de:
    When no temporary files can be created next to /etc/resolv.conf
    (like /etc/resolv.conf.XXXXXXX), create the temporary file in
    /tmp instead: the root filesystem may be read-only, and
    /etc/resolv.conf may be bind mounted to a writable location.
    Likewise for /etc/yp.conf.
* Wed Feb 17 2010 kay.sievers@novell.com
  - do not require hal, NetworkManager dropped it
* Fri Feb 12 2010 mt@suse.de
  - Added route proto filter to ifstatus-route to evaluate only
    routes that may have been set by ifup-route and skip routes
    added e.g. by zebra to not to waste CPU for big zebra routing
    tables (bnc#572205). Thanks to Adrian Ban for initial patch!
* Thu Jan 21 2010 mt@suse.de
  - Fixed ifup-802.1q script to correctly search for the interface
    name of a vlan id in case multiple interfaces are using same
    vlan id. Thanks to Adrian Ban for a correction! (bnc#572186)
* Thu Jan 14 2010 mt@suse.de
  - version 0.73.3
  - Fixed netconfig module/action exit code propagation (bnc#568398)
  - Applied udevmountd udev rule patch by Ludwig Nussel: don't handle
    crypto devices, boot.crypto does that already (bnc#569942)
  - Fix to allow ifup $tap when it already exists, e.g. created by
    kvm (bnc#557864).
  - Synchronized ifup-dhcp and dhcpcd configuration steps to report
    status after dhcpcd really finished all its steps (bnc#518219).
  - Improved detection if a dhcp client is running, causing ifup-dhcp
    and the network script to report false failures, when the client
    forks at the moment of the check (bnc#562030 and others).
  - Fixed rc option handling in ifup-sysctl, show own name in debug
  - Documented the if-up.d/ndp-proxy and its config file in the
    ifndp-proxy.5, fixed to follow the sysconfig config file name
    conventions (fate#304415).
  - Added ifup-sysctl script applying per interface sysctl settings
    and documented it in the ifsysctl.5 man page (bnc#494958).
* Sun Dec 20 2009 jengelh@medozas.de
  - enable parallel building
* Fri Dec 04 2009 mt@suse.de
  - version 0.73.2
  - Fixed to not set WIRELESS_AP at all for wl driver (bnc#555774)
  - Avoid error message, when pcmcia device does not provide its
    vendor/name info via sysfs device/prod_id files (bnc#551640).
  - Allow ifup lo, even NetworkManager is active or it breaks the
    lo setup via /etc/init.d/boot.localnet (bnc#547620,bnc#547928).
  - First implementation of BOOTPROTO=ibft (fate#308283,bnc#542225)
    causing to either start dhcp client or skip any setup -- it is
    already done in the initrd. Intended to use on systems with iBFT
    firmware together with STARTMODE=nfsroot.
  - Documented BOOTPROTO=ibft (fate#308283,bnc#542225), dhcp4 & 6
    and CIDR/IPv6 route notation in ifcfg.6 and routes.5 man pages.
  - Improved network/config and network/dhcp variable documentation
    adding notes, that the NetworkManager and the dhclient started
    by the NetworkManager are not using any sysconfig settings
    (bnc#551690).
  - Documented netconfig DNS service ranking (fate#306342).
  - Added racoon to netconfig dns ranking defaults (bnc#550706).
  - Fixed spelling mistake in ifcfg.template (bnc#537428).
  - Fixed typo in convert_persistent_name_rules script causing to
    generate persistent name rules on update, not matching MAC
    address (bnc#546575).
* Wed Nov 11 2009 mt@suse.de
  - Added ar9170* to wpa_supplicant wext driver mapping (bnc#546561).
* Wed Nov 11 2009 mt@suse.de
  - version 0.73.1
  - Implemented if-up.d/ndp-proxy plugin required to set proxy-ndp
    (ipv6) and proxy-arp (ipv4) adresses in a xen routed setup
    (fate#304415).
  - Changed to use NM_ONLINE_TIMEOUT="30" by default (fate#307610).
  - Improved netconfig update -m filter/usage text (fate#306274),
    improved netconfig usage text to show active modules and module
    groups and to print debug messges about disabled/skipped modules.
  - First implementation of netconfig DNS service ranking allowing
    to specify which service provide preffered, e.g. vpn, and which
    fallback settings, e.g. avahi (fate#306342).
    Cleaned up netconfig.d/nis and ntp-runtime modules, apply policy
    with disabled filename glob expansion.
* Fri Oct 09 2009 mt@suse.de
  - Fixed support of eth0.VLAN interface name schema as well as custom
    names, documented it in the ifcfg-vlan(5) manual page (bnc#534032,
    fate#305947).
* Tue Oct 06 2009 mt@suse.de
  - version 0.73.0
  - Implemented netconfig update -m <module|prefix> filter
    (fate#306274)
* Fri Oct 02 2009 mt@suse.de
  - Fixed to check for 'iw' utility only when it is required to set
    the wireless regulatory domain (bnc#539669).
* Fri Oct 02 2009 mt@suse.de
  - Fixed typo in ifstatus causing to return bad code (bnc#542230).
  - Blacklisted mISDN modules in /etc/modprobe.d/50-blacklist.conf
    (bnc#537052).
* Mon Sep 28 2009 crrodriguez@suse.de
  - build with -fno-strict-aliasing
* Tue Sep 22 2009 mt@suse.de
  - Fixed to just reload bind instead of try-restart in netconfig
    (bnc#541035).
* Tue Sep 15 2009 mt@suse.de
  - version 0.72.4
  - Added note to WIRELESS_REGULATORY_DOMAIN variable description in
    /etc/sysconfig/network/config, that it needs the new nl80211 wpa
    driver, that can be enabled using the WIRELESS_WPA_DRIVER ifcfg
    variable on a per interface basis (bnc#537708).
  - Fixed typo in md-on-iscsi-automount 81-mount.rules (bnc#509495).
* Wed Sep 09 2009 mt@suse.de
  - Implemented support to set the wireless regulatory domain using
    WIRELESS_REGULATORY_DOMAIN network/config variable (fate#305301).
* Thu Sep 03 2009 mt@suse.de
  - Added check for hostname changes to avoid a syslog reload in
    dhcpcd-hook when it didn't changed (fate#305702,bnc#466198).
  - Fixed waiting for successful connection in NetworkManager in
    the /etc/init.d/network script by removing nm-online's --exit
    option, that caused to exit immediately instead of waiting up
    to NM_ONLINE_TIMEOUT seconds, because the NetworkManager has
    been started just now and not ready yet (bnc#515629).
  - Added additional dhcp client specific start options variables
    DHCPCD-, DHCLIENT- and DHCP6C_USER_OPTIONS, enabling the user
    to set custom options in special cases (bnc#524695).
* Thu Aug 13 2009 mt@suse.de
  - version 0.72.3
  - Updated kernel driver to wpa_supplicant driver name mappings,
    added WIRELESS_WPA_DRIVER ifcfg variable allowing the user to
    specify/override the wpa driver (bnc#477833, bnc#481380).
  - Fixed redirection in ifdown-bonding, remove_bond function.
  - Improved to use faster pgrep in dhcp searching functions
* Wed Aug 12 2009 mt@suse.de
  - version 0.72.2
  - Marked tap interfaces as supported in rcnetwork localfs flow,
    to start a bridge with tap port in localfs flow (bnc#522225).
  - Fixed spec file to remove the HOTPLUG_CHECK_FILESYSTEMS and
    HOTPLUG_MOUNT_FSTAB variables from /etc/sysconfig/storage
    instead of removing of the complete file (bnc#528759).
  - Disabled installation of obsolete README.storage, README.s390,
    getcfg, hwup and modify_resolvconf manual pages. Updated and
    moved README.hwcfg_and_device_initialisation to package docs.
  - Disabled installation of the obsolete hwup script (bnc#483774,
    fate#306215).
* Wed Aug 12 2009 mt@suse.de
  - version 0.72.1
  - Fixed netconfig regex checks to work with some non-English (e.g.
    Estonian) locales and to allow spaces in lease file (bnc#488257).
  - Applied fix for the obsolete hwup utility to work with ccwgroup
    (qeth,lcs,ctc) devices on s390x (bnc#483774).
  - Applied patch for udev 81-mount.rules to allow md devices on
    iscsi to automount (bnc#509495).
  - Fixed dhclient6 variable typos in ifup-dhcp (bnc#524691).
  - Improved IFPLUGD_PRIORITY documentation in ifcfg(5) man page.
  - Improved the NETCONFIG_DNS_FORWARDER documentation to list the
    valid settings in netconfig(8) man page (bnc#507979).
  - Fixed scripts/extradebug to avoid huge files it created.
  - Changed is_iface_available() to use interface type only
  - Changed to use /dev/.sysconfig/network instead of the POSIX shm
    path /dev/shm/sysconfig, that may be a dedicated file system
    (bnc#335486).
* Tue Jun 30 2009 mt@suse.de
  - Applied fastboot patch from Moblin:Factory to avoid a sleep.
* Sun Jun 14 2009 ro@suse.de
  - drop (already unused) libsysfs from build
* Wed Jun 10 2009 mt@suse.de
  - version 0.72.0
  - Improved to use /etc/sysconfig/network/scripts/firewall hook
    link for all optional calls to the firewall script allowing
    the user to point the link to another script. SuSEfirewall2
    provides the script and the link by default (bnc#485450).
  - Improved makefiles and configure script, added more tests.
* Mon May 18 2009 mt@suse.de
  - Improved ifup -o hotplug to filter by interface type, updated
    77-network.rules udev rule (fate#305947).
* Wed May 13 2009 mt@suse.de
  - Changed to exit in ifup when network manager is enabled/active.
  - Removed obsolete nm "up" notification and NM_CONTROLLED variable.
* Thu Apr 30 2009 werner@suse.de
  - Use usleep for more often
* Tue Mar 24 2009 mt@suse.de
  - version 0.71.15
  - Added /etc/modprobe.d/50-ipv6.conf config (noreplace install)
    with IPv6 enabled by default; added renaming of yast2-network
    created ipv6 file to 50-ipv6.conf in post-install (bnc#485947).
  - Fixed overlapping messages in rcnetwork output (bnc#406887).
  - Fixed ifup-wireless to not set nick by default that breaks
    several drivers (bnc#478513).
  - Fixed ifup-wireless to set ap to 'off' instead to 'any' for
    the madwifi driver that does not support 'any' (bnc#402438).
  - Fixed network scripts to handle dummy interfaces (bnc#436857).
  - Fixed ifroute script parsing of final lines without EOL in
    ifroute files (bnc#467165).
* Mon Mar 09 2009 mmarek@suse.cz
  - renamed modprobe config to /etc/modprobe.d/50-blacklist.conf
    (required by new module-init-tools).

Files

/etc/NetworkManager
/etc/NetworkManager/dispatcher.d
/etc/NetworkManager/dispatcher.d/netcontrol_global_hooks
/etc/NetworkManager/dispatcher.d/netcontrol_services
/etc/init.d/network
/etc/init.d/network-remotefs
/etc/modprobe.d
/etc/modprobe.d/50-blacklist.conf
/etc/netconfig.d
/etc/netconfig.d/dns-bind
/etc/netconfig.d/dns-dnsmasq
/etc/netconfig.d/dns-resolver
/etc/netconfig.d/nis
/etc/netconfig.d/ntp-runtime
/etc/ppp/ip-down
/etc/ppp/ip-up
/etc/ppp/ipv6-down
/etc/ppp/ipv6-up
/etc/ppp/poll.tcpip
/etc/sysconfig/network/config
/etc/sysconfig/network/dhcp
/etc/sysconfig/network/if-down.d/ndp-proxy
/etc/sysconfig/network/if-up.d/ndp-proxy
/etc/sysconfig/network/ifcfg-lo
/etc/sysconfig/network/ifcfg.template
/etc/sysconfig/network/ifroute-lo
/etc/sysconfig/network/scripts/convert_to_netconfig_dns
/etc/sysconfig/network/scripts/convert_to_netconfig_nis
/etc/sysconfig/network/scripts/create-ifservices-directory
/etc/sysconfig/network/scripts/dhcpcd-hook
/etc/sysconfig/network/scripts/extradebug
/etc/sysconfig/network/scripts/functions
/etc/sysconfig/network/scripts/functions.common
/etc/sysconfig/network/scripts/functions.netconfig
/etc/sysconfig/network/scripts/functions.rpm-utils
/etc/sysconfig/network/scripts/if-up.ndp-proxy
/etc/sysconfig/network/scripts/ifdown-802.1q
/etc/sysconfig/network/scripts/ifdown-autoip
/etc/sysconfig/network/scripts/ifdown-bonding
/etc/sysconfig/network/scripts/ifdown-bridge
/etc/sysconfig/network/scripts/ifdown-connection
/etc/sysconfig/network/scripts/ifdown-infiniband
/etc/sysconfig/network/scripts/ifdown-ppp
/etc/sysconfig/network/scripts/ifdown-route
/etc/sysconfig/network/scripts/ifdown-services
/etc/sysconfig/network/scripts/ifdown-sysctl
/etc/sysconfig/network/scripts/ifdown-tunnel
/etc/sysconfig/network/scripts/ifdown-wireless
/etc/sysconfig/network/scripts/ifplugd-selectif
/etc/sysconfig/network/scripts/ifstatus-802.1q
/etc/sysconfig/network/scripts/ifstatus-autoip
/etc/sysconfig/network/scripts/ifstatus-bonding
/etc/sysconfig/network/scripts/ifstatus-bridge
/etc/sysconfig/network/scripts/ifstatus-connection
/etc/sysconfig/network/scripts/ifstatus-infiniband
/etc/sysconfig/network/scripts/ifstatus-ppp
/etc/sysconfig/network/scripts/ifstatus-route
/etc/sysconfig/network/scripts/ifstatus-services
/etc/sysconfig/network/scripts/ifstatus-sysctl
/etc/sysconfig/network/scripts/ifstatus-tunnel
/etc/sysconfig/network/scripts/ifstatus-wireless
/etc/sysconfig/network/scripts/ifup-802.1q
/etc/sysconfig/network/scripts/ifup-autoip
/etc/sysconfig/network/scripts/ifup-bonding
/etc/sysconfig/network/scripts/ifup-bridge
/etc/sysconfig/network/scripts/ifup-infiniband
/etc/sysconfig/network/scripts/ifup-ppp
/etc/sysconfig/network/scripts/ifup-route
/etc/sysconfig/network/scripts/ifup-services
/etc/sysconfig/network/scripts/ifup-skel
/etc/sysconfig/network/scripts/ifup-sysctl
/etc/sysconfig/network/scripts/ifup-tunnel
/etc/sysconfig/network/scripts/ifup-wireless
/etc/sysconfig/network/scripts/link_wait
/etc/sysconfig/network/scripts/move_shm_sysconfig.sh
/lib/udev
/lib/udev/rules.d
/lib/udev/rules.d/77-network.rules
/lib/udev/rules.d/81-mount.rules
/lib/udev/udevmountd
/sbin/autoip
/sbin/ifdown
/sbin/ifdown-dhcp
/sbin/ifprobe
/sbin/ifrenew
/sbin/ifrenew-dhcp
/sbin/ifstatus
/sbin/ifstatus-dhcp
/sbin/ifup
/sbin/ifup-dhcp
/sbin/ifuser
/sbin/netconfig
/sbin/rcnetwork
/usr/share/doc/packages/sysconfig
/usr/share/doc/packages/sysconfig/COPYING
/usr/share/doc/packages/sysconfig/Contents
/usr/share/doc/packages/sysconfig/Network
/usr/share/doc/packages/sysconfig/README
/usr/share/doc/packages/sysconfig/README.hwcfg_and_device_initialisation
/usr/share/doc/packages/sysconfig/README.netconfig
/usr/share/doc/packages/sysconfig/README.virtualization
/usr/share/doc/packages/sysconfig/netconfig.odg
/usr/share/doc/packages/sysconfig/netconfig.png
/usr/share/man/man5/ifcfg-bonding.5.gz
/usr/share/man/man5/ifcfg-bridge.5.gz
/usr/share/man/man5/ifcfg-tunnel.5.gz
/usr/share/man/man5/ifcfg-vlan.5.gz
/usr/share/man/man5/ifcfg-wireless.5.gz
/usr/share/man/man5/ifcfg.5.gz
/usr/share/man/man5/ifndp-proxy.5.gz
/usr/share/man/man5/ifservices.5.gz
/usr/share/man/man5/ifsysctl.5.gz
/usr/share/man/man5/routes.5.gz
/usr/share/man/man8/ifdown.8.gz
/usr/share/man/man8/ifstatus.8.gz
/usr/share/man/man8/ifup.8.gz
/usr/share/man/man8/netconfig.8.gz
/usr/share/omc/svcinfo.d/network.xml
/var/adm/fillup-templates/sysconfig.config-network
/var/adm/fillup-templates/sysconfig.dhcp-network


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:55:46 2013