/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.4.0-disable_ipv6.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme9/e-smith-base-5.4.0-disable_ipv6.patch

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


Revision 1.2 - (show annotations) (download)
Mon Mar 24 03:05:35 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
- Roll new stream to remove obsolete images [SME: 7962]

1 diff -Nur e-smith-base-5.4.0/root/etc/e-smith/templates/etc/sysctl.conf/net.ipv6 e-smith-base-5.4.0-ipv6/root/etc/e-smith/templates/etc/sysctl.conf/net.ipv6
2 --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/sysctl.conf/net.ipv6 1970-01-01 01:00:00.000000000 +0100
3 +++ e-smith-base-5.4.0-ipv6/root/etc/e-smith/templates/etc/sysctl.conf/net.ipv6 2013-06-08 11:56:36.911219332 +0200
4 @@ -0,0 +1,10 @@
5 +{
6 + if ( ($IPv6{status} || 'disabled') ne "enabled" ) {
7 + $OUT .= "# IPv6 is disabled\n";
8 + $OUT .= "net.ipv6.conf.all.disable_ipv6 = 1\n";
9 + $OUT .= "net.ipv6.conf.default.disable_ipv6 = 1\n";
10 + }
11 + else {
12 + $OUT .= "# IPv6 is enabled\n";
13 + }
14 +}

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