<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/rc.d/init.d/functions, 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>deref symlinks in get_numeric_dev</title>
<updated>2006-07-21T15:29:45+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-07-21T15:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7e86677bbb98ebc5cd4b17b5e620b7bd16da4657'/>
<id>7e86677bbb98ebc5cd4b17b5e620b7bd16da4657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a configurable delay for killproc() (#198429, &lt;jorton@redhat.com&gt;)</title>
<updated>2006-07-20T15:52:21+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-07-20T15:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5293e49cac28a9af839cd0df96155b1140172637'/>
<id>5293e49cac28a9af839cd0df96155b1140172637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix garbled output of rc.sysinit in rhgb (#192604, patch by Tony Nelson</title>
<updated>2006-07-09T04:20:41+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-07-09T04:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e7492c6bf0f55bda1357c64dbb4959de881b1400'/>
<id>e7492c6bf0f55bda1357c64dbb4959de881b1400</id>
<content type='text'>
&lt;tonynelson@georgeanelson.com&gt;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;tonynelson@georgeanelson.com&gt;)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix daemon --pidfile=... (#195341, patch by Steven Augart</title>
<updated>2006-06-17T13:51:08+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-06-17T13:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=52349e3c25dd905a9c4d65eb46b210014140a30a'/>
<id>52349e3c25dd905a9c4d65eb46b210014140a30a</id>
<content type='text'>
&lt;saugart@mazunetworks.com&gt;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;saugart@mazunetworks.com&gt;)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify killproc usage message (#193711)</title>
<updated>2006-06-05T22:58:16+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-06-05T22:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c56ceb28f311894512ca60a7b83abd72b9058b40'/>
<id>c56ceb28f311894512ca60a7b83abd72b9058b40</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>(failure, passed, warning, action): Make variables local, fixes running</title>
<updated>2006-03-27T22:34:21+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-03-27T22:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b97e50cf7616276703e6c06d1aa0787d77dc3214'/>
<id>b97e50cf7616276703e6c06d1aa0787d77dc3214</id>
<content type='text'>
quotacheck after fsck has repaired something (#168118).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
quotacheck after fsck has repaired something (#168118).
</pre>
</div>
</content>
</entry>
<entry>
<title>(killproc): Respect -p when removing the pid file</title>
<updated>2006-03-27T14:23:43+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-03-27T14:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=eb3d6ab2aa6847ba10cc3086c36d1c3788945151'/>
<id>eb3d6ab2aa6847ba10cc3086c36d1c3788945151</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(status): Try the PID from the PID file if (pidof) fails (#182623)</title>
<updated>2006-03-19T15:01:33+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-03-19T15:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=134f60e9dfb3e6b4bcd18f7ab866e50808dc25fd'/>
<id>134f60e9dfb3e6b4bcd18f7ab866e50808dc25fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- filter out another "no" message from dmraid.  We need to fix dmraid's</title>
<updated>2006-02-14T18:41:21+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2006-02-14T18:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0120e26af5ddefc0a16faa9f6be752d7f5c2e864'/>
<id>0120e26af5ddefc0a16faa9f6be752d7f5c2e864</id>
<content type='text'>
  exit status in these cases and use that in the future...
- add path to one dmraid call
- bump version, add changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  exit status in these cases and use that in the future...
- add path to one dmraid call
- bump version, add changelog
</pre>
</div>
</content>
</entry>
</feed>
