<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/service, branch initscripts-9.42-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>Bump /sbin/service version.</title>
<updated>2012-06-26T19:58:01+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2012-06-26T19:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c1840116733608361be77208d8e98fc4fb1d3edd'/>
<id>c1840116733608361be77208d8e98fc4fb1d3edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: add support for legacy custom actions</title>
<updated>2012-06-26T19:56:32+00:00</updated>
<author>
<name>Michal Schmidt</name>
<email>mschmidt@redhat.com</email>
</author>
<published>2012-06-14T14:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5d91d38c8c9b81db56dcd94cf5c470b0dce68da0'/>
<id>5d91d38c8c9b81db56dcd94cf5c470b0dce68da0</id>
<content type='text'>
This adds support for legacy initscript actions such as
  service iptables save

Packages wishing to provide legacy actions should install programs (probably
scripts, but could be binaries) named
  /usr/libexec/initscripts/legacy-actions/&lt;service&gt;/&lt;action&gt;

It should be emphasized that this feature is meant to be used only in packages
where compatibility of custom actions with previous releases is desired.
Adding of entirely new actions is discouraged. Useful tools should be
shipped by upstreams as programs in /usr/bin, not in distro-specific hacks.

[ Modifications from original : change from /usr/lib to /usr/libexec - notting ]

https://bugzilla.redhat.com/show_bug.cgi?id=796663
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for legacy initscript actions such as
  service iptables save

Packages wishing to provide legacy actions should install programs (probably
scripts, but could be binaries) named
  /usr/libexec/initscripts/legacy-actions/&lt;service&gt;/&lt;action&gt;

It should be emphasized that this feature is meant to be used only in packages
where compatibility of custom actions with previous releases is desired.
Adding of entirely new actions is discouraged. Useful tools should be
shipped by upstreams as programs in /usr/bin, not in distro-specific hacks.

[ Modifications from original : change from /usr/lib to /usr/libexec - notting ]

https://bugzilla.redhat.com/show_bug.cgi?id=796663
</pre>
</div>
</content>
</entry>
<entry>
<title>Echo to stderr in a bit more standard fashion. (#832220)</title>
<updated>2012-06-21T18:40:02+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2012-06-21T18:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a30ffbf128e7f63ee1375efea459c99ce13f0c4c'/>
<id>a30ffbf128e7f63ee1375efea459c99ce13f0c4c</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 write to stderr that's not there (or a socket, or whatever, #746263)</title>
<updated>2011-10-25T19:32:53+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-10-25T19:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=807a7f34cd58c537d8b361694d0a4bad23d8aff9'/>
<id>807a7f34cd58c537d8b361694d0a4bad23d8aff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not check for the existence of a systemd unit before redirecting</title>
<updated>2011-09-26T14:57:36+00:00</updated>
<author>
<name>Michal Schmidt</name>
<email>mschmidt@redhat.com</email>
</author>
<published>2011-09-24T11:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e1afcc44754dab8adc7dd1099fbea61b941e52d9'/>
<id>e1afcc44754dab8adc7dd1099fbea61b941e52d9</id>
<content type='text'>
It is wrong to look only in /lib/systemd/system. systemd can handle
units in several other directories as well.
The check is needless. Simply redirect everything that's not a SysV
service and let systemctl report an error if it's invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is wrong to look only in /lib/systemd/system. systemd can handle
units in several other directories as well.
The check is needless. Simply redirect everything that's not a SysV
service and let systemctl report an error if it's invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept --ignore-dependencies, --skip-redirect in /sbin/service.</title>
<updated>2011-02-17T19:54:37+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-02-17T19:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=616421e94e9f91924b0f9cf7de1ae8cde578b70f'/>
<id>616421e94e9f91924b0f9cf7de1ae8cde578b70f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be somewhat noisy when we're frobbing a native systemd service.</title>
<updated>2010-08-23T20:10:12+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-08-23T20:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d7b3926b441601a5fb43eba7604dfd7e83759559'/>
<id>d7b3926b441601a5fb43eba7604dfd7e83759559</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If a systemd service exists, use systemctl to frob it.</title>
<updated>2010-08-20T21:14:25+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-08-20T21:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=64343a8c1191cfb4bcb209aef001942ffc7d60d9'/>
<id>64343a8c1191cfb4bcb209aef001942ffc7d60d9</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>don't set $LANG, rely on it to inherit from system locales (#422141)</title>
<updated>2008-05-08T17:46:53+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-05-08T17:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=73a91036b96450f976c5e45d3478d4b6f905c79a'/>
<id>73a91036b96450f976c5e45d3478d4b6f905c79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
