<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/rc.d/init.d/functions, branch r8-22</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>- ignore the "I couldn't find anything to do" line, which we should remove</title>
<updated>2006-01-31T22:15:20+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2006-01-31T22:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=95e7d98b705456d3b3f86a07925657c69af2bf76'/>
<id>95e7d98b705456d3b3f86a07925657c69af2bf76</id>
<content type='text'>
  from dmraid entirely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  from dmraid entirely.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove references to /usr/X11R6/bin (#177938)</title>
<updated>2006-01-31T21:39:08+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2006-01-31T21:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=57a75de7802e848fd2fe14b922c03b9d90f03aed'/>
<id>57a75de7802e848fd2fe14b922c03b9d90f03aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- two more silly typos</title>
<updated>2006-01-31T21:33:22+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2006-01-31T21:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5a5c0e62bded1e16845a4507ab0e86362665a438'/>
<id>5a5c0e62bded1e16845a4507ab0e86362665a438</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 use cut</title>
<updated>2006-01-31T20:50:51+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2006-01-31T20:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a68c02c7cf2b6b12d6707154c3b62beba7310413'/>
<id>a68c02c7cf2b6b12d6707154c3b62beba7310413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- check for active dmraid devices by table (rather than name) before</title>
<updated>2006-01-31T19:58:44+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2006-01-31T19:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f4879ffdbc135f6a31d6db955e672cee5fbb57a0'/>
<id>f4879ffdbc135f6a31d6db955e672cee5fbb57a0</id>
<content type='text'>
  activation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  activation
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -p to status() (#134363)</title>
<updated>2006-01-27T15:55:06+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-01-27T15:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f566bcc31b7b3be98a6b148e9dfa9f6d86741beb'/>
<id>f566bcc31b7b3be98a6b148e9dfa9f6d86741beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Separate /var/run/*.pid handling and pidof calls to private functions</title>
<updated>2006-01-26T03:02:59+00:00</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-01-26T03:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1a5a895793cdf4d0a963abde85e506fc77f04b51'/>
<id>1a5a895793cdf4d0a963abde85e506fc77f04b51</id>
<content type='text'>
  (#63440)
- Update to implement current LSB specification for init script functions,
  notably including -p pidfile (#99325, #134363) (based in part on patch
  by Tobias Burnus)
- Misc. cleanups:
  - Fix failures when run with (set -u)
  - Mark more variables as local
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (#63440)
- Update to implement current LSB specification for init script functions,
  notably including -p pidfile (#99325, #134363) (based in part on patch
  by Tobias Burnus)
- Misc. cleanups:
  - Fix failures when run with (set -u)
  - Mark more variables as local
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure corefile limiting works for user processes as well (#166511, &lt;ville.skytta@iki.fi&gt;)</title>
<updated>2005-10-03T21:38:03+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-10-03T21:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=ceeb0793906263dbb0af4653fce9d960fc5091ab'/>
<id>ceeb0793906263dbb0af4653fce9d960fc5091ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change translated string (#54682)</title>
<updated>2005-09-29T19:12:49+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-09-29T19:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=ecb3d5a7127f270866b1a4758ffaa1cd70c9239c'/>
<id>ecb3d5a7127f270866b1a4758ffaa1cd70c9239c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle odd quoting in args (#161316, &lt;stransky@redhat.com&gt;)</title>
<updated>2005-06-23T17:13:37+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2005-06-23T17:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=571722ad7f8e5f90e000e18cc32411a185ef2f61'/>
<id>571722ad7f8e5f90e000e18cc32411a185ef2f61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
