/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.6.0-pppoe_after_post_upgrade.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme9/e-smith-base-5.6.0-pppoe_after_post_upgrade.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Jul 25 13:32:54 2014 UTC (9 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_6_0-13_el6_sme, e-smith-base-5_6_0-36_el6_sme, e-smith-base-5_6_0-27_el6_sme, e-smith-base-5_6_0-22_el6_sme, e-smith-base-5_6_0-12_el6_sme, e-smith-base-5_6_0-33_el6_sme, e-smith-base-5_6_0-31_el6_sme, e-smith-base-5_6_0-10_el6_sme, e-smith-base-5_6_0-34_el6_sme, e-smith-base-5_6_0-16_el6_sme, e-smith-base-5_6_0-19_el6_sme, e-smith-base-5_6_0-28_el6_sme, e-smith-base-5_6_0-11_el6_sme, e-smith-base-5_6_0-25_el6_sme, e-smith-base-5_6_0-21_el6_sme, e-smith-base-5_6_0-30_el6_sme, e-smith-base-5_6_0-35_el6_sme, e-smith-base--, e-smith-base-5_6_0-32_el6_sme, e-smith-base-5_6_0-26_el6_sme, e-smith-base-5_6_0-9_el6_sme, e-smith-base-5_6_0-23_el6_sme, e-smith-base-5_6_0-20_el6_sme, e-smith-base-5_6_0-29_el6_sme, e-smith-base-5_6_0-24_el6_sme, e-smith-base-5_6_0-17_el6_sme, e-smith-base-5_6_0-15_el6_sme, e-smith-base-5_6_0-18_el6_sme, HEAD
* Fri Jul 25 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-9
- Fix PPPoE after a post-upgrade [SME: 8493]

1 vip-ire 1.1 diff -Nur e-smith-base-5.6.0/root/etc/e-smith/db/configuration/migrate/10interfaces e-smith-base-5.6.0_bz8493/root/etc/e-smith/db/configuration/migrate/10interfaces
2     --- e-smith-base-5.6.0/root/etc/e-smith/db/configuration/migrate/10interfaces 2014-03-24 03:47:24.000000000 +0100
3     +++ e-smith-base-5.6.0_bz8493/root/etc/e-smith/db/configuration/migrate/10interfaces 2014-07-25 15:29:35.646849243 +0200
4     @@ -128,11 +128,10 @@
5     return;
6     }
7    
8     - $pppoe->set_prop("PhysicalInterface", $second_interface);
9     # Only update PhysicalInterface
10     # if we just switched to pppoe
11     # ($second_interface is the name of the real external interface)
12     - $pppoe->set_prop("PhysicalInterface", $second_interface)
13     + $pppoe->set_prop("PhysicalInterface", $second_interface)
14     if ($second_interface ne 'ppp0');
15     }
16     else

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed