<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/src, branch r8-37</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>don't loop if there are multiple devices with the same hwaddr (#199242, &lt;markmc@redhat.com&gt;)</title>
<updated>2006-07-19T14:55:04+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-07-19T14:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=338d390986d219a996e8c7e854e58a9344ee9346'/>
<id>338d390986d219a996e8c7e854e58a9344ee9346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix manpage ref (#198756)</title>
<updated>2006-07-13T13:19:42+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-07-13T13:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=486ebb2edf1553bf31ce72dfc43d05499dc4bf01'/>
<id>486ebb2edf1553bf31ce72dfc43d05499dc4bf01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore alias devices (#186355)</title>
<updated>2006-07-01T04:29:21+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-07-01T04:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9ecfaf89a85ca92a1c6c7d93b9addc25e7b27da0'/>
<id>9ecfaf89a85ca92a1c6c7d93b9addc25e7b27da0</id>
<content type='text'>
refresh the device name on collision, as it may have initialized since
we initially scanned for devices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refresh the device name on collision, as it may have initialized since
we initially scanned for devices
</pre>
</div>
</content>
</entry>
<entry>
<title>duh.</title>
<updated>2006-05-23T19:35:53+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-05-23T19:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9aecd5bf7b1b00c62617168abef72fe01bfc308c'/>
<id>9aecd5bf7b1b00c62617168abef72fe01bfc308c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>link glib2 dynamically again now that it's in /lib</title>
<updated>2006-05-23T18:52:26+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-05-23T18:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=924b53cf8d96c455b0f5bda3e7577d9c74b6ae00'/>
<id>924b53cf8d96c455b0f5bda3e7577d9c74b6ae00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2006-05-17T20:58:50+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-05-17T20:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bf2f5792b96e56babad4bfde953caeb8d3fc2a6d'/>
<id>bf2f5792b96e56babad4bfde953caeb8d3fc2a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of mount points with white space (#186713):</title>
<updated>2006-05-08T23:54:06+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-05-08T23:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=3bd074fd404b4863d811d0a50e9ef484523c6b57'/>
<id>3bd074fd404b4863d811d0a50e9ef484523c6b57</id>
<content type='text'>
- src/fstab-decode.c, src/fstab-decode.8: New files.
- src/Makefile: Build and install fstab-decode.
- initscripts.spec: Add fstab-decode to %files
- rc.d/init.d/functions (fstab_decode_str): New function.
  (__umount_loop, __umount_loopback_loop): Factor out from copy&amp;pasted copies.
  (action): Fix command quoting.
- rc.d/rc.sysinit: Correctly quote and decode mount points.
- rc.d/init.d/halt: Use __umount_* and fstab-decode.
  (action): Rename from runcmd.  Fix command quoting.
- rc.d/init.d/netfs: Use __umount_*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- src/fstab-decode.c, src/fstab-decode.8: New files.
- src/Makefile: Build and install fstab-decode.
- initscripts.spec: Add fstab-decode to %files
- rc.d/init.d/functions (fstab_decode_str): New function.
  (__umount_loop, __umount_loopback_loop): Factor out from copy&amp;pasted copies.
  (action): Fix command quoting.
- rc.d/rc.sysinit: Correctly quote and decode mount points.
- rc.d/init.d/halt: Use __umount_* and fstab-decode.
  (action): Rename from runcmd.  Fix command quoting.
- rc.d/init.d/netfs: Use __umount_*.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .cvsignore</title>
<updated>2006-04-18T20:21:38+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-04-18T20:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=ca2a54d1372d9fcf0cdaa4c7bff7d4c14b711562'/>
<id>ca2a54d1372d9fcf0cdaa4c7bff7d4c14b711562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add</title>
<updated>2006-04-10T19:05:11+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-04-10T19:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=93cf756886626a94e8fe080a257cb37af4242596'/>
<id>93cf756886626a94e8fe080a257cb37af4242596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apply changes from FC5 branch - automatically rename devices on startup</title>
<updated>2006-04-10T18:52:57+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-04-10T18:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8d63b86b08ca3eb8445fa57766e662d6393f3a70'/>
<id>8d63b86b08ca3eb8445fa57766e662d6393f3a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
