<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/ifup-routes, branch systemd-branch</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>Get rid of uses of deprecated egrep and fgrep.</title>
<updated>2010-01-12T21:40:46+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2009-12-19T14:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b9bef01af3a42c87f213dfa825965e146b4b8966'/>
<id>b9bef01af3a42c87f213dfa825965e146b4b8966</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>work around bash changes (#220887, modified from &lt;nvigier@mandriva.com&gt;)</title>
<updated>2007-09-25T14:56:26+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2007-09-25T14:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=75698769f6b5b123d16286571f6c9c792c0351af'/>
<id>75698769f6b5b123d16286571f6c9c792c0351af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't add routes directly to alias devices (#199825, #195656)</title>
<updated>2006-07-24T15:01:33+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-07-24T15:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fd8bb5dac2fb70a9d1724cc750d9abb6670e212d'/>
<id>fd8bb5dac2fb70a9d1724cc750d9abb6670e212d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for rule-$device (#132252)</title>
<updated>2006-07-10T22:12:21+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-07-10T22:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7fc66d23058e8b3bac2a89c424c559eba3bff9c5'/>
<id>7fc66d23058e8b3bac2a89c424c559eba3bff9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle no EOF in the route file (#156972)</title>
<updated>2005-10-03T21:03:48+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-10-03T21:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7205ca407d1101357f2878c31108c8b2786b5223'/>
<id>7205ca407d1101357f2878c31108c8b2786b5223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>message from Thomas Zehetbauer on fedora-devel (in URL field).</title>
<updated>2005-04-18T09:49:00+00:00</updated>
<author>
<name>Karsten Hopp</name>
<email>karsten@redhat.com</email>
</author>
<published>2005-04-18T09:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0aad4699689d23619e00b97dc59c3cacc51b4c03'/>
<id>0aad4699689d23619e00b97dc59c3cacc51b4c03</id>
<content type='text'>
In initscripts-8.08-2, "/etc/init.d/network" will hang in "ifup-routes"
during boot.
The cause is a missing "$file" in the script, making "egrep" hang waiting
for data on STDIN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In initscripts-8.08-2, "/etc/init.d/network" will hang in "ifup-routes"
during boot.
The cause is a missing "$file" in the script, making "egrep" hang waiting
for data on STDIN.
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2005-04-15T20:55:35+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-04-15T20:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0df8d5bc9614a271851558726ee7d31bbdc6695b'/>
<id>0df8d5bc9614a271851558726ee7d31bbdc6695b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup (#154353, &lt;link@pobox.com&gt;)</title>
<updated>2005-04-13T03:36:48+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-04-13T03:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=590ecc69477d6666813e02ca2fb54b8874110b56'/>
<id>590ecc69477d6666813e02ca2fb54b8874110b56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure commented lines are handled correctly (#154353, #114548)</title>
<updated>2005-04-11T20:36:39+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-04-11T20:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a55728d160bb9005464cbc18950302fa3f81f7d7'/>
<id>a55728d160bb9005464cbc18950302fa3f81f7d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
