sysconfig-0.74.5-6.9.1<>,NF/=„ eOTWpb5Ͻ?߆yBQP( qZ|rt}GL"e L2gыn>Q A$ Fʼnڷbz_C@_k]a /DVzKހ6- ܣ;)Hs1\/d{G&T8h$]f odQo73*WTi* ePud/ )!Sּ>r&M ^4>=?d   9 /;cindFzz z z !z +z -z/z2*z44z667`8(989 5995:?@FGzHzIzX0YD\dz]Lz^bc+deflzCsysconfig0.74.56.9.1The system configuration schemeThis package provides the SuSE system configuration scheme and the netcontrol alias ifup network scripts. Authors: -------- Olaf Kirch Bjoern Jacke Mads Martin Joergensen Peter Poeml Arvin Schnell Michal Svec Christian Zoz Werner Fink Marius Tomaschewski Nbuild17 (LopenSUSE 11.4openSUSEGPLv2+http://bugs.opensuse.orgSystem/Basehttp://gitorious.org/opensuse/sysconfiglinuxi586# package update ? if [ ${1:-0} -gt 1 ]; then # update to >= 0.72.1 (-> openSUSE 11.2) if [ ! -f etc/sysconfig/network/scripts/move_shm_sysconfig.sh ] ; then touch etc/sysconfig/network/__move_shm_sysconfig__ fi # set a mark when updating from NM_ONLINE_TIMEOUT=0 eval NM_ONLINE_TIMEOUT='' \ `grep -s '^[[:space:]]*NM_ONLINE_TIMEOUT=' \ var/adm/fillup-templates/sysconfig.config-network` if [ "x$NM_ONLINE_TIMEOUT" = "x0" ] ; then touch etc/sysconfig/network/__nm_online_timeout__ fi fi# * update to >= 0.72.1: before anything else, move state # files from dev/shm/sysconfig to dev/.sysconfig/network if [ -f etc/sysconfig/network/__move_shm_sysconfig__ ] ; then etc/sysconfig/network/scripts/move_shm_sysconfig.sh . rm -f etc/sysconfig/network/__move_shm_sysconfig__ fi # ## we provide own, improved variant of the remove_and_set suse ## rpm macro that is able to handle files in subdirs, and more . etc/sysconfig/network/scripts/functions.rpm-utils # test -n "$FIRST_ARG" || FIRST_ARG=$1 FORCE_YES=1 set -- network PNAME=sysconfig INSSRV_ARRAY="" while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 shift SV_B='^### BEGIN INIT INFO' SV_E='^### END INIT INFO' SV_KW=Default-Enabled SV_VALUE=`sed -n -e "/$SV_B/,/$SV_E/{/^# [^[:space:]]*$SV_KW:[[:space:]]*\([^[:space:]]*\).*/s//\1/p;}" < /etc/init.d/$SCRIPTNAME` test "$FORCE_YES" = "1" && SV_VALUE="yes" test -n "$SV_VALUE" || SV_VALUE="no" INSSRV_ARRAY="$INSSRV_ARRAY $SCRIPTNAME $SV_VALUE" done set -- $INSSRV_ARRAY while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 SV_VALUE=$2 shift 2 test -n "$SCRIPTNAME" -a -n "$SV_VALUE" || { echo "SCRIPTNAME or SV_VALUE unknown"; exit 1;} if test "$FIRST_ARG" = "1" -a "$SV_VALUE" = "no" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} -r /etc/init.d/$SCRIPTNAME elif test "$FIRST_ARG" = "1" -o "$FORCE_YES" = "1" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} /etc/init.d/$SCRIPTNAME fi done test -n "$FIRST_ARG" || FIRST_ARG=$1 FORCE_YES=1 set -- network-remotefs PNAME=sysconfig INSSRV_ARRAY="" while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 shift SV_B='^### BEGIN INIT INFO' SV_E='^### END INIT INFO' SV_KW=Default-Enabled SV_VALUE=`sed -n -e "/$SV_B/,/$SV_E/{/^# [^[:space:]]*$SV_KW:[[:space:]]*\([^[:space:]]*\).*/s//\1/p;}" < /etc/init.d/$SCRIPTNAME` test "$FORCE_YES" = "1" && SV_VALUE="yes" test -n "$SV_VALUE" || SV_VALUE="no" INSSRV_ARRAY="$INSSRV_ARRAY $SCRIPTNAME $SV_VALUE" done set -- $INSSRV_ARRAY while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 SV_VALUE=$2 shift 2 test -n "$SCRIPTNAME" -a -n "$SV_VALUE" || { echo "SCRIPTNAME or SV_VALUE unknown"; exit 1;} if test "$FIRST_ARG" = "1" -a "$SV_VALUE" = "no" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} -r /etc/init.d/$SCRIPTNAME elif test "$FIRST_ARG" = "1" -o "$FORCE_YES" = "1" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} /etc/init.d/$SCRIPTNAME fi done # remove first, we need the new default value sysconfig_remove_and_set network/dhcp DHCLIENT_TIMEOUT # remove first when NM_ONLINE_TIMEOUT was 0 in old template if [ -f etc/sysconfig/network/__nm_online_timeout__ ] ; then rm -f etc/sysconfig/network/__nm_online_timeout__ eval NM_ONLINE_TIMEOUT='' \ `grep -s '^[[:space:]]*NM_ONLINE_TIMEOUT=' \ etc/sysconfig/network/config` [ "x$NM_ONLINE_TIMEOUT" = "x0" ] && \ sysconfig_remove_and_set network/config NM_ONLINE_TIMEOUT fi PNAME=dhcp SUBPNAME=-network TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" SD_NAME=network/ if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=config SUBPNAME=-network TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" SD_NAME=network/ if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi /sbin/ldconfig echo "Removing old autogenerated device configuration files:" # # * update to >= 11.1 / SLE11: # # convert dns / modify_resolvconf to netconfig if [ -e etc/sysconfig/network/scripts/convert_to_netconfig_dns ] ; then ROOT=$PWD bash etc/sysconfig/network/scripts/convert_to_netconfig_dns fi # convert nis / dhclient variables to netconfig if [ -e etc/sysconfig/network/scripts/convert_to_netconfig_nis ] ; then ROOT=$PWD bash etc/sysconfig/network/scripts/convert_to_netconfig_nis fi # remove ntp variables obsoleted by netconfig (new default is "yes") # as well as some another obsolete dhcp variables _umask=`umask` for file in etc/sysconfig/network/dhcp etc/sysconfig/network/ifcfg-* ; do name="${file##*\/ifcfg-}" case $name in (lo|""|*" "*|*~|*.old|*.rpmnew|*.rpmsave|*.scpmbackup) continue ;; esac case $file in (*/ifcfg-*) umask 0177 ;; esac sysconfig_remove_and_set -b "" $file \ DHCLIENT_MODIFY_NTP_CONF \ DHCLIENT_ADDITIONAL_OPTIONS \ DHCLIENT_SCRIPT_EXE umask $_umask done # erroneous move from network/dhcp to network/config while 11.1 beta sysconfig_remove_and_set network/config WRITE_HOSTNAME_TO_HOSTS # be a little bit paranoid and set the correct mode even we set umask chmod 0600 etc/sysconfig/network/ifcfg-* test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" = "0" ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_STOP_ON_REMOVAL" != yes ; then for service in network ; do /etc/init.d/$service stop > /dev/null done fi fi /sbin/insserv /etc/init.d /sbin/ldconfig;w {'3@p?<n_,G$    )F H\-.! j|FG   v&\4FH g7A/}cpZ X [?3I HJk4&AAA큤A큤AA큤AA큤ANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN94370a33c2f62f98750ef10f7b009e2dd836522fab8143a6e0bd0a1eb7e48c5a0c3b8725364566681c41fea28e81e14e24de810de3fe86deef0d62b22973d6d3f6dfaacb9bb5a5dd57eb4f75da7a36a986dbf38a3bf948e296ff421856810b8bb80ae575347aa6e5f8cde01fc21948b377afd23103cedc75f4eb779ac6fe470135b651169683dd6a42bf0dcdbcd421b1573c33f3c4fd4b3760c6726b76767f1c89c6cd80cea3bacb8b58ee0a8cdcdb6e809efb79f73281e62c430b1a007527b3d41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427ee1418f7e1a3294150545ed9fd9822ad4a632a4fdcad4f0d203c215fac626e0f5f2279d90cbc685024ca827cc871da74e69b86ce4e8c9a72224f89ba22352e0c42d4cc1e7f42a4ab0106cba5a9410218107fa876a99761f4c30bfb020a9fa9863a949d18f7295f16e7942255f9c85fc7caa26f2bee59d6b94860e47b61352b054cffa0b4492da6d4ec02c39a380e28ed1aac733852ef8c185a48f6ca5c447cb9866a9c9a1dd736471a6faa5cd8ac6f8d2a6ac272d303738c09eadca90f3893a3a7fa2e65fae982b932a92a836052f5ef928b2c7380d1f2fb5de8d8aa494a3b77de6e2b13e832a142b12c242f6ab8e5a983849692fe386216d3cd0565e7d1b4164635840bc1b94a68f4cecb2745a97c33e5ad8a94f8120b71b4046eae3e18e6b6d193f3cd8f759735274380a04767a4bc6004749e0903233f6d6b6b65b403c02e23b57074b9c14cc7bde37a351c49ba193a0015b7fc6cde78c9d7173c2533e53fd108fb070763b12e159dcbe2c764029c2b13a61504a4611fd862771188c5c410d7c2ca5ef05e15cbfc92ade3f5e8fcf9a128a17e41a8433bc9e5557efed7b70a6426e6b16087d471f06a61ec2bd3c555fdc2863c7585e10d3b57dcedbd0cbada4215f3c869d6958d39f57e29be78d0ee10ecba9a52307322350e67cad3a04c31982cc51d5cbe551ca1d63c5b3681ee029d8194016c411aacf9fcd35cde2d46c6ddd777c58e16930ac18ab6b674bbefb94146cbb0c6d525b9fdf35c9ccfce94118096aee832a57ef2eff7558d2cd715c92ab553c61759afba948024ef1966493cec69e7c0fbcb94d5d941d31fdfbe767d594d55d512a9ba36caa9b7df079bae19ffa0c600cabb4fa9161e99748415c32f6cddd793f14c332d8c8d65d117823d273dd1f1bfa4841a5d1a935225303aa935514ebc8cb254e68f8cb71c9b2748bfe25c3d36054b9309b380c438df6929205f6dc83c1e8709ba17d0b5fe99ec27206fb040deda973368eb837ccb83565ddbdb0856c1943d4fa236f4ceae0565f7a32cc546beb339e1810ff7717c31cc9da35464cdf9639f4bf2e1a60a7884562aa3c6b0a51c197aed7152d22449ba6f83672cfe26daf6698694661ea30f714f11a2dcf1cb10d6ca478663010f0bc9df24a176634400c04b07f1208082c44180dda650c71e4ea9adf892df9e7913fb62750a391711fa366f5b8832062c9d74710478ef28105d961e641efcf6cbab2ed04e1c05d170f9901fe0109f2cc35fbd3d87efdc6c85e7abd8ecf61c172be525e7b6e38bd9ca0ff87bd59d4c40f70c6b521c42aa14c245ed91076393a6c5395bc25e7cbe07ce17cbefc38f800b22c73fa7a3ce75ab85e4bc3eacb6bac27b9b57cfc1d534848e61ecf8924ba31601d8d38aeed9115701e7445a584a4f95d892d78d910ba12ip-upip-upip-up../scripts/if-up.ndp-proxy../scripts/if-up.ndp-proxyifup-802.1qifup-autoipifup-bondingifup-bridgeifup-infinibandifup-pppifup-routeifup-servicesifup-sysctlifup-tunnelifup-wirelessifup-802.1qifup-autoipifup-bondingifup-bridgeifdown-connectionifup-infinibandifup-pppifup-routeifup-servicesifup-sysctlifup-tunnelifup-wirelessifupifup-dhcpifupifupifup-dhcpifupifup-dhcp/etc/init.d/network@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsysconfig-0.74.5-6.9.1.src.rpmsysvinit(network)sysvinit(network)sysvinit(network-remotefs)sysconfigsysconfig(x86-32)    @@@@@@@@@ fillupcoreutilsgrepdiffutilsinsservsedtextutilsfileutilsgawkiproute2dbus-1procps/bin/sh/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/bin/bashlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0Ni@Ni@MMMY@M>@M=iM5M'@M$]@M@ML!LLcLk@LEL;L0KKK:@K @K@K,K{@KuBKXAKO@K.KJ@J@J%J1@J@J@J@J@JJJJ@JJJI@J4@J/@JMJ @II@Imt@suse.commt@suse.commt@suse.devbotka@suse.czmt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.decoolo@novell.commt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.devbotka@suse.decoolo@novell.commt@suse.dekay.sievers@novell.commt@suse.demt@suse.demt@suse.dejengelh@medozas.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.decrrodriguez@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.dero@suse.demt@suse.demt@suse.demt@suse.dewerner@suse.demt@suse.demmarek@suse.cz- Fixed inverted link ready return value test- Fixed to wait for the end of ipv6 duplicate address detection, that can cause failures of further services. Added LINK_READY_WAIT and IPV6_DAD_WAIT variables (bnc#697929).- 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). - Fixed to use 600 mode in spec attr for ifcfg-lo to avoid that rpm -V report it as modified because of the chmod added to the post-install script in bnc#670871.- Added WIRELESS_AUTH_MODE='no-encryption' option handling to ifup-wireless, because YaST sets it (bnc#648830).- 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).- 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.- Fixed gawk patch to skip oldnet2new.sh - not in dist archive.- 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- version 0.74.4- 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).- Fixed ifup-bonding to fail and remove bond when there are no active slaves at the end and not on enslave failure (bnc#660774).- 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.- add a virtual provides for network script- 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.- Fixed init flags to not start network in runlevel 2 (bnc#638508).- 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!- 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).- 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).- 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- Use wext wpa driver for the broadcom wl hw driver (bnc#585802).- version 0.73.6 - Completed and enabled dhclient6 support.- 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.- added none option to WIRELESS_POWER and made it default- 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- 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.- do not require hal, NetworkManager dropped it- 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!- 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)- 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).- enable parallel building- 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).- Added ar9170* to wpa_supplicant wext driver mapping (bnc#546561).- 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.- 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).- version 0.73.0 - Implemented netconfig update -m filter (fate#306274)- Fixed to check for 'iw' utility only when it is required to set the wireless regulatory domain (bnc#539669).- Fixed typo in ifstatus causing to return bad code (bnc#542230). - Blacklisted mISDN modules in /etc/modprobe.d/50-blacklist.conf (bnc#537052).- build with -fno-strict-aliasing- Fixed to just reload bind instead of try-restart in netconfig (bnc#541035).- 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).- Implemented support to set the wireless regulatory domain using WIRELESS_REGULATORY_DOMAIN network/config variable (fate#305301).- 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).- 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- 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).- 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).- Applied fastboot patch from Moblin:Factory to avoid a sleep.- drop (already unused) libsysfs from build- 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.- Improved ifup -o hotplug to filter by interface type, updated 77-network.rules udev rule (fate#305947).- Changed to exit in ifup when network manager is enabled/active. - Removed obsolete nm "up" notification and NM_CONTROLLED variable.- Use usleep for more often- 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).- renamed modprobe config to /etc/modprobe.d/50-blacklist.conf (required by new module-init-tools)./bin/sh/bin/sh/bin/sh/bin/shbuild17 1320873653 w- w. w0 w/ w+ w, wy wz w w! w# w" w$ w% wo w2 wq wp w3 w w wu wt w w w w: w; wO wK wL w6 w7 w8 w9 wJ wc wg wk wi w< wm wa wX we wZ w` w^ wI wd wh wl wj w\ wn wb wY wf w[ w_ w] w= w> w@ w? wA wB wC wD wE wF wH wG wM wN w{ w| w w} w w w wP wT wR wS wV wQ wU w' w( w w) wW w w w w w w w w w w w w w w w w w w w w w w w w w w w w0.74.5-6.9.10.74.5-6.9.1  NetworkManagerdispatcher.dnetcontrol_global_hooksnetcontrol_servicesnetworknetwork-remotefsmodprobe.d50-blacklist.confnetconfig.ddns-binddns-dnsmasqdns-resolvernisntp-runtimeip-downip-upipv6-downipv6-uppoll.tcpipconfigdhcpndp-proxyndp-proxyifcfg-loifcfg.templateifroute-loconvert_to_netconfig_dnsconvert_to_netconfig_niscreate-ifservices-directorydhcpcd-hookextradebugfunctionsfunctions.commonfunctions.netconfigfunctions.rpm-utilsif-up.ndp-proxyifdown-802.1qifdown-autoipifdown-bondingifdown-bridgeifdown-connectionifdown-infinibandifdown-pppifdown-routeifdown-servicesifdown-sysctlifdown-tunnelifdown-wirelessifplugd-selectififstatus-802.1qifstatus-autoipifstatus-bondingifstatus-bridgeifstatus-connectionifstatus-infinibandifstatus-pppifstatus-routeifstatus-servicesifstatus-sysctlifstatus-tunnelifstatus-wirelessifup-802.1qifup-autoipifup-bondingifup-bridgeifup-infinibandifup-pppifup-routeifup-servicesifup-skelifup-sysctlifup-tunnelifup-wirelesslink_waitmove_shm_sysconfig.shudevrules.d77-network.rules81-mount.rulesudevudevmountdautoipifdownifdown-dhcpifprobeifrenewifrenew-dhcpifstatusifstatus-dhcpifupifup-dhcpifusernetconfigrcnetworksysconfigCOPYINGContentsNetworkREADMEREADME.hwcfg_and_device_initialisationREADME.netconfigREADME.virtualizationnetconfig.odgnetconfig.pngifcfg-bonding.5.gzifcfg-bridge.5.gzifcfg-tunnel.5.gzifcfg-vlan.5.gzifcfg-wireless.5.gzifcfg.5.gzifndp-proxy.5.gzifservices.5.gzifsysctl.5.gzroutes.5.gzifdown.8.gzifstatus.8.gzifup.8.gznetconfig.8.gznetwork.xmlsysconfig.config-networksysconfig.dhcp-networksysconfig/etc//etc/NetworkManager//etc/NetworkManager/dispatcher.d//etc/init.d//etc/modprobe.d//etc/netconfig.d//etc/ppp//etc/sysconfig/network//etc/sysconfig/network/if-down.d//etc/sysconfig/network/if-up.d//etc/sysconfig/network/scripts//etc/udev//etc/udev/rules.d//lib//lib/udev//sbin//usr/share/doc/packages//usr/share/doc/packages/sysconfig//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//var/adm/fillup-templates//var/lock/subsys/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4:Update:Test/standard/174c7965255280180688a5750f503b66-sysconfigcpiolzma5i586-suse-linuxڿӧǧS),yq}?0] "k%]n艴01! Iٕ?]BFH"Í"b"oH~Н -Lؤ %u Hۣud\ 3vӧgm[m*y_ ,{[IC'0v+i\ʉ4]09w92k7"")Rf x  Id =}bz BbHq-<ÛOm~"|teGKa~-;>VINv|pfz0UQKwt8Ӣe-uݨ:JAS꒹hP#nmY#ciW 5YL_ڝ1) ʼcl{?4T?b l{q:ZGbshcaa8 Umݫͫ {X$>n`d~b7IiqLmO#jaL?C㩍Ѡ4isI I1ؖms-t+zL# 8C$><(5q( Y%8DC=E&$3E2x܏_:viF 4I!`c%xX[f x!V feл)!@#N 9쓿V413Vl8K\[7.@h$[;U0|&);~NA]ߡsanWbpypb7'|0:56}WF{00VLT#'A0'>vjhyt̳Ϭi#I>NPD7`l@4Q =%!7aR -:9j|)LXe2vo/$i1, `xp2~׳rQS1Y>-05 0(rƴeJº6qɱX8ѲH{hQpx-ڔ^=L†ⶮ Q[g C2W5DTKoUA3Ds%L1;@h&:Sslr;-~gb49 P^<|%ĭ$7 m/d:_! aj8Se7Ł6*-W;@29XJL4uaJolQpD/sz'Je;T~7>am K{ ty>, >+8>ۨ^x7v9(3NQYV4%}0Q'8cjX qjg!-'Ջ5FH3 7bZZ ^fԌԅzt:7pʠ6(bDk`(א-cx@e:H8.?<iN]/;a" j$6o Ln"@I-ky{C> tĦaA&FԒ(*P2?ͷ<:;='8qYy8 [EQ8X9V\$t,qu5,o.:js(9˙̒piQ 8PbuɤTVytf0>د& J-9;&p?BTo5uǜ wOc,/ɉ*z9귛ڎ}1 y;1-1&(K)HY-o9m~.j sN4*,0Q# & ף =LȼN-n V:?^ Kzn(N9Nrx0 r]bBǝx,o4WmgVr xIF(MpOc$Q B@sdD1? J'=笠D}>9'YrG[n3ohr؇fHAc 5#(C&xhaS6{5CCm 2bJIpTd d yR!D#~ Y۹} ErR_Cis!}?@Vq:CVuꆓ(FVm.4 e]t;(?<3=Mg)Aw”Ex5@"z^"`5.b#'yYf\RXV Vm+Gt6$D"mo$jװGeg@PM >j,|RFJͪՠǥP0\5d~7f"Ni0-f guHk0WVňTg*t;t6, ॶ䚍IiǹRQ i;y^Y} 5|^!!#OG3|xح/YcU8PxT(vݨd3{Ol<έ(N\6q8bI"^ a6y{J(E.ʋX hpׂn+w.gm;8\n]3 &5USH󠕙۰YM@fXa[9{ % gZQP0C+T*HOu(Ȕdd O쑿=5>W %4+a5GzTUd<1i~P 4B> 0/}(bTqzR)X 49"M>+sFLwCsK'6Ҋ[0Sm'qvH|s_& K8Vڵ%L%'f_ni8m&du+>zzWP>\z|x] mg=EbSuh1=P?$>m@*ͬ2%<Q-  үoSz/g&\ up,Ԫ|`oMs"a՞r GU͉:1Bv@@zZa!=Yks~%Y86ss>&$jmG[b!B#e6J%rvFd܂^a3}"sUzzvnB hɴTDw危Bij6Q/y3<>o+ +{{wJ8 K`0@[B4voO̿kL#+P*~lK:B֕9|:#Q:=/J;ISH%hN*s_B<9]*3HC`鏜?0H,l\aڕ/hufb k)5ײm"rG#_rxr/W>F+4R|LZ['2TZX:KaH>h V.iT].@zwMd! ldSLr6 :aK;ms r*SiEsˬ0'5B('d@oq=9&u*p?.WDG7 Y:oEk2N@ ,ᖁfhzZ-"6,_'Th耽뚖MD g&VRHп~]UUX i)lS6ҹ{7 CʯRhܝ]i^~1V<Qpw3L\YΓ~"j-E K!U帾sjZz'; C6p3dL(D*_v䪨[D]44N[)CX-Z(e}ȞLm-8R3'(g:!s\Q<QVzܔnD+n5OPh"ޢqpr ḆRrSNǜoA61<,ȺjyH <ޝH0զ'x O7%8-`޵5HTC.hSmU"Ɏ_&m4# i''LՋ| ~Ǵ4$-LQ I%+03 N qi0P=-I3CCV/VyGlvh?ZQT .9,=fZC ^Ⱦ$EJ@|YnfɞF;BM:2.0_GVz_]Y[_dwR',ugEwPɲHN|bS/ Æw%W1@yk6Yk[Ɉ~4i-S4(j aQOZԓҶ DdEf_+y2qi3ecm <ƫg=1 9MOy\OU~pJ05ՈE92}ںcO"/Hp7;SY\ݻ$vQ!˟ϻ a٭I-yZx=l[wgjz"f8rvF#Yi,h~w9=4^jf;Lʪo=essI`r^S1-K  CVξ%]z}lҧ+;ƍh/cC$q+H>L:6yV@%; w5EģKE*_"17_=0?ZU'8{rCj0tER~B=|6`$lL))'Tj5/ٯtH^0uTpjho)޸Ra"b Zƿ՚b6ɥ4C^^~p ^ǓD+\+l"Bu^w3dwl*\]N2b3 QW`Cڽ| if܋^JpJ4v/+:Ό;Un %\XBZyv ?-s&_UF6 KAu(G F÷rѢIRBR=FsJ16Frʞeuzn]yXp-]UI|aFJ,Ls[ > tmAHR6J Ncu@~∲g5xpA)ߨtGӳ,zdd5Fy=M+.@~ɼt6X[%4ؿ9cy ⡅D*)\K1X@ݬl7bA]L͙j!\L:eB*p*r3ţ'h+ \ I=$\8>\SXA|Uخ󝶿 0fz〆mk`DK+pJR 51I ;4HKc:^쇕~jwuS \]CgRrpE5^y^ȺJJW Uߗ2A98ےWϢYr a05A38]JF; #rwthnQ8+- < KVڅ8`>M3^xǖ<@Jݾyg `z0_%*ٺLJ2? b v*)NãD*ȢD7?4kE8XbWs١H;9c:jx@i|,†YN SP_xk+?CCL@YgxfUX{S ©U9&x}4*b^w >c`< 3[1y:VK=!n@/7)%Eglm9t5>õaT*Œő=n  vglk{$պzya㎏:[mM mR;y#) Xr zrbR9@4  >kxP Q_@#Дz9:PzZGnG!ލhsWٓPD B+JV~‚ {t"IKH+t=>Oe/\ǚC\hENtѠ8uʶ1aV֡0_Xhe28@l!k%=i+4 w0(`#֊5492Zv^8byi=s0UȐemx}KwKs0ח FGOj;pV| XBD<BaB^ɾ)GL3b~[/(θd!m>O\~6r^/([`Շ0_D40ihtQT;pP7 !Oj$9|m'g&C{Mdmqo[MA01 |ڐ=1YEθU'{,H/vE9F[<MPJpqFU6+e(JX۝5WLlP41%Q~Qjͫ..Ͱ-65\,CIŲrɝln[>\0^&o^ V,| έt ԧa΋pqQ s1E>j|!IסmcgYOɇ_P.(`Ϣ;gI`@>0(QW6 "x,JWyrtc^SʬvX9 Zw +ǵ DjcE?Qr J3݆!ޒEtq{˸ylW}fIzA!W9Ό8؏є)h&sF8 @>zbR&,%v.Hu8;2k`Sf5jn.b_be7g@8Xig+r0_T#!]>AfM8&0W"v%noo(a[2fo&uARLP&"{xsB6F s~ȏcd?j~w b挷?4ix@>!G0B=fQ]G%cXFmȏHWv36hI-8~-{kY8hkV|XO`]#iѱl#aڸdEo_]r|#t3Y'kV8%5,?N!WìwXl;ٗޥuNr'ZNneH1 gvv+PTpo}Y'B0nEnSbPY?عJUJ<`(AEm}S z{'4IǺpAVW#sTGtK#D\6t,زg<ëBӾ@h⭖*t2ެ96#5FE8^?*Õw!x 2}Jz/XɈ&`v~v=`0w Rlg!wݷ# su%hu,esfvk0߷;NbiBư̌P'q!RsE?N (. 9*P$\BcuR&iwT1:gg [?q?c* Hp\]Y¿[͵&OX5pTNl)P@RbCɠ̕KգJjH.q;L.q@"nIjBRB4Bo,#MչhXw]R2n݉*>rOboI3mOo%w@3DXE3IR#Od6|iEÜ `LW|L2 n+c{֐ A?T)u./` B: `(bJs=:)G}o

*oN6xqr\ ̻kL'+U&)u!p e&GifHiR:b vy\Qԣs[J ߻XsxƑa6z비mr1zҜ`)'U; iM +I}x!̽zRDZR$:ŚU3'e>\7X L4(%5be)Vr2A3Nؖt\j{D%jd>[Sp4tC$W9Gn#xQSGdpxCSJUF=MjvI?0r]*9X!d qҊ#ǗPksPV#.E\.ޚ,3(R_`)>qsXC̋fbp]6'[;[ʈ t5MPWh(rqNۦHGf1ּ3u(va.^k֤T|@s[  tb1}/9IUXJ- H3,(-;ORz45Ǡ=00 Uw'\J;E/HXH`N&!7? 0P P_wɹQqyy6sx/,De.-tUN [R;zBp1"c)7޻O(ȭlY 0!1L<~:v,j9Dy1>WʨTksyt|sO)9>XxЃZ R+-aaJ'#ًk<JLF0(+Enj$@„Fe=p) 'd"WJoDCYbLz^#+EU ,'8jPG.ƘMu|0em@q.B Nac+1)`إ =j-+>%@\4$ 5Dir"oq'%}b|bЃlXh|qA }J HbF?5~#u9d+!$~BlT՛0 4jJuw`a1Т10VJ>)V70gXI _զ뉯m]Zz we6\qrWLп Vil pTvpVuqHq=$qRGY-^}؃Ac])j㳟80R*CPMߜs6Pw+BiBwnRElI1P:3aΏFV{Mv[B֮ w=u3IMQKGm(bfkvƦdgwIC#Smm'#"eqsez~0 Sz 8|<7lK&K?ˤqXh &n+q  D(-d(P2* atk5[H/]l$Gn֡8uq^[NׁX\|se;Lx9*B9xtеu-$0;!a&ţm[JEׄ^eC1C[kKhC vsSb;]ڷ3ύuyn@Z ʲwωJR xG^)AGp8\㟫Cr7Gg!vS7ZIPVP1ψ^ǵ:Zj$:w<3Ê.&g#q 9i"sVDؾj7<ˬO ~?J6: :a)Qy&޾}F{8uiGdusf5[6}D{Uuiy.DtFQmR4K ޑTfrW?;,`Vzê)6fZp nYwܭV٤p.`ܿQ'2*^̡~g'+L>-=(nvD֭/KT*Ŵ+Z{OKaYGQKqPCwr2 hN[~q!{ bٜ{tuNPj±*R%!c(f_Lc+&á<+>?+scuD@qn G)靼p>O~Ջ&3JW)&! R}EY9du! 5"!id\'x**sKkM O~l`dz0ۃM3Mů:a૧@4߻>7 E8usƠP 8 uB0|1̷a3|*4@4*mx]``lH@r\\ l}6GI2d߄lssgZZĨpQ٣ O*Lɤ8 {ɦC$7‹i-+i^[d^M1x]Ko2p~ 5z^|?/'69n8 C dSY+$o\cuVD$?Т/{KҰz׶"SeGwdsX@mv'F( ~d7SlGm/z*Sl5kbjF