<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/ifup-ippp, branch initscripts-9.34-1</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/'/>
<entry>
<title>Eliminate bunch of unnecessary stat calls and command invocations.</title>
<updated>2010-01-12T22:09:10+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2009-12-19T13:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=265989c6fce9523b46aa9020f241ab2450307aa4'/>
<id>265989c6fce9523b46aa9020f241ab2450307aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $() instead of `` for process expansion.</title>
<updated>2009-07-30T16:24:33+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2009-07-29T21:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1096cd2ebc150e5c74b5e8e4016b835f34cd3f48'/>
<id>1096cd2ebc150e5c74b5e8e4016b835f34cd3f48</id>
<content type='text'>
Adapted from &lt;victor.lowther@gmail.com&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapted from &lt;victor.lowther@gmail.com&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>https://bugzilla.redhat.com/show_bug.cgi?id=447928</title>
<updated>2008-09-17T00:05:00+00:00</updated>
<author>
<name>Harald Hoyer</name>
<email>harald@redhat.com</email>
</author>
<published>2008-09-16T08:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0e44773240e01476b2709f9d206b86d5dfecffcf'/>
<id>0e44773240e01476b2709f9d206b86d5dfecffcf</id>
<content type='text'>
All networking scripts from /etc/sysconfig/network-scripts call logger without
full path. This can prevent system from booting if let's say dcc is installed
when compiled with wrong parameters and  installs /usr/sbin/logger (see bellow)
It's not really a bug but this can be easily prevented. All /etc/init.d scripts
use full path for logger network-scripts should use it also
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All networking scripts from /etc/sysconfig/network-scripts call logger without
full path. This can prevent system from booting if let's say dcc is installed
when compiled with wrong parameters and  installs /usr/sbin/logger (see bellow)
It's not really a bug but this can be easily prevented. All /etc/init.d scripts
use full path for logger network-scripts should use it also
</pre>
</div>
</content>
</entry>
<entry>
<title>remove NETWORKING_IPV6</title>
<updated>2007-01-17T19:41:50+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2007-01-17T19:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=adcc4226f5be5723c56a953eb5e81b295f471686'/>
<id>adcc4226f5be5723c56a953eb5e81b295f471686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pass path to '.' always (#206035)</title>
<updated>2006-09-11T17:15:01+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-09-11T17:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0f552f5162c9fb27337aab485e28c3b33035e6a6'/>
<id>0f552f5162c9fb27337aab485e28c3b33035e6a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add METRIC= support for default routes (#124045)</title>
<updated>2006-05-10T00:08:02+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-05-10T00:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=906238c891d3f02b4c706457783694e3a01d91ce'/>
<id>906238c891d3f02b4c706457783694e3a01d91ce</id>
<content type='text'>
* ifup-ppp, network-functions: Save all default routes, lose no data.
* network-functions:
  - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not
    the default route
  - (add_default_route): Don't use configuration for the device that is being
    brought down; document function purpose and bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ifup-ppp, network-functions: Save all default routes, lose no data.
* network-functions:
  - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not
    the default route
  - (add_default_route): Don't use configuration for the device that is being
    brought down; document function purpose and bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>support proper dial-in configuration, thanks to Peter Bieringer (#158380)</title>
<updated>2005-09-26T08:57:52+00:00</updated>
<author>
<name>Than Ngo</name>
<email>than@redhat.com</email>
</author>
<published>2005-09-26T08:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fab90b3e6455472d561d94da40093726656a992f'/>
<id>fab90b3e6455472d561d94da40093726656a992f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- allow CBCP with own number (#125710)</title>
<updated>2004-08-19T12:02:42+00:00</updated>
<author>
<name>Than Ngo</name>
<email>than@redhat.com</email>
</author>
<published>2004-08-19T12:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d0b0e914811a3029db21b9471b22e7fd4c20de4c'/>
<id>d0b0e914811a3029db21b9471b22e7fd4c20de4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ipv6 with ippp (#111215)</title>
<updated>2003-12-01T17:57:52+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2003-12-01T17:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=32c79643fb44942c93ba5ea761a96194709005e8'/>
<id>32c79643fb44942c93ba5ea761a96194709005e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add better fix to support nickname (#105785)</title>
<updated>2003-10-22T16:45:39+00:00</updated>
<author>
<name>Than Ngo</name>
<email>than@redhat.com</email>
</author>
<published>2003-10-22T16:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5c89279af3fc40579b837549a75c8dce9345e02d'/>
<id>5c89279af3fc40579b837549a75c8dce9345e02d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
