[yast-commit] r40870 - in /trunk/network: VERSION package/yast2-network.changes src/clients/save_network.ycp
Author: kmachalkova Date: Wed Sep 12 13:53:46 2007 New Revision: 40870 URL: http://svn.opensuse.org/viewcvs/yast?rev=40870&view=rev Log: version 2.15.76 Modified: trunk/network/VERSION trunk/network/package/yast2-network.changes trunk/network/src/clients/save_network.ycp Modified: trunk/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/VERSION?rev=40870&r1=40869&r2=40870&view=diff ============================================================================== --- trunk/network/VERSION (original) +++ trunk/network/VERSION Wed Sep 12 13:53:46 2007 @@ -1 +1 @@ -2.15.75 +2.15.76 Modified: trunk/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/package/yast2-network.changes?rev=40870&r1=40869&r2=40870&view=diff ============================================================================== --- trunk/network/package/yast2-network.changes (original) +++ trunk/network/package/yast2-network.changes Wed Sep 12 13:53:46 2007 @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Wed Sep 12 13:49:17 CEST 2007 - kmachalkova@suse.cz + +- Do not re-add network devices (incl. loopback) into available + devices list each time Lan::Import() is called (#308132) +- Do not rewrite udev rules file during update (if it already exists + in Installation::destdir) (#293366c#7) +- 2.15.76 + +------------------------------------------------------------------- Fri Sep 7 12:55:00 CEST 2007 - mzugec@suse.cz - fixed firmware installation for wlan cards (#307401) Modified: trunk/network/src/clients/save_network.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/clients/save_network.ycp?rev=40870&r1=40869&r2=40870&view=diff ============================================================================== --- trunk/network/src/clients/save_network.ycp (original) +++ trunk/network/src/clients/save_network.ycp Wed Sep 12 13:53:46 2007 @@ -329,7 +329,7 @@ string udev_rules_srcdir = "/etc/udev/rules.d"; string udev_rules_srcfile = "70-persistent-net.rules"; - string udev_rules_destdir = sformat("%1/%2", String::Quote (Installation::destdir), udev_rules_srcdir); + string udev_rules_destdir = sformat("%1%2", String::Quote (Installation::destdir), udev_rules_srcdir); //Do not create udev_rules_destdir if it already exists (in case of update) //(bug #293366, c#7) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org