<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/service, branch 9.74</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>service: avoid double spaces in systemctl commands</title>
<updated>2016-10-20T08:25:51+00:00</updated>
<author>
<name>Julien Pivotto</name>
<email>roidelapluie@inuits.eu</email>
</author>
<published>2016-10-20T08:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c3ff1b4c4d9837514cde7cb2cbd3b15ac4070f73'/>
<id>c3ff1b4c4d9837514cde7cb2cbd3b15ac4070f73</id>
<content type='text'>
When running:

```
service x restart
```

You get:

```
Redirecting to /bin/systemctl restart  x.service
```

With 2 spaces after restart.

This commits fixes that behaviour.

Signed-off-by: Julien Pivotto &lt;roidelapluie@inuits.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running:

```
service x restart
```

You get:

```
Redirecting to /bin/systemctl restart  x.service
```

With 2 spaces after restart.

This commits fixes that behaviour.

Signed-off-by: Julien Pivotto &lt;roidelapluie@inuits.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>service: also mangle the name of unit in echo</title>
<updated>2016-10-10T12:32:20+00:00</updated>
<author>
<name>Leos Pol</name>
<email>lpol@redhat.com</email>
</author>
<published>2016-10-10T12:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f8476a8f02b4eaff13db1140162dec8a0d7336cd'/>
<id>f8476a8f02b4eaff13db1140162dec8a0d7336cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: use systemd mangle for given service</title>
<updated>2016-05-27T12:28:12+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-05-27T12:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1c17940c3425e698b59a6d8a2ceaa5212a9c0530'/>
<id>1c17940c3425e698b59a6d8a2ceaa5212a9c0530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: improve status and stop function for daemon with intscripts</title>
<updated>2015-09-11T08:48:34+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-09-11T08:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a018641159b7d0a2938cc56baadc163e2775601e'/>
<id>a018641159b7d0a2938cc56baadc163e2775601e</id>
<content type='text'>
When daemon abnormally dies systemd leaves it in active state.
This is due to support of initscripts like network.
We can guess if it is a daemon or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When daemon abnormally dies systemd leaves it in active state.
This is due to support of initscripts like network.
We can guess if it is a daemon or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>service: add condrestart to allowed commands</title>
<updated>2014-03-03T14:43:32+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-02-27T10:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bf7df98bca99687039953befcf666633e9cc3cf0'/>
<id>bf7df98bca99687039953befcf666633e9cc3cf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: fix action matching</title>
<updated>2014-02-13T13:36:55+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-02-13T09:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8e8c8d062d5dbf29235def1caecf30a26d4859c1'/>
<id>8e8c8d062d5dbf29235def1caecf30a26d4859c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: suggest using systemctl if unknown action is used (#1029350)</title>
<updated>2013-11-12T12:29:36+00:00</updated>
<author>
<name>Václav Pavlín</name>
<email>vpavlin@redhat.com</email>
</author>
<published>2013-11-12T12:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=20103e709fcd6e2a9c21f2c64948736cd81cff9c'/>
<id>20103e709fcd6e2a9c21f2c64948736cd81cff9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: filter actions that are not supported by systemctl in service (#947823)</title>
<updated>2013-08-08T12:42:50+00:00</updated>
<author>
<name>Václav Pavlín</name>
<email>vpavlin@redhat.com</email>
</author>
<published>2013-08-07T12:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d5257dfdc6cbc37ac473ae9f2ec80a00f5a0c3bc'/>
<id>d5257dfdc6cbc37ac473ae9f2ec80a00f5a0c3bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: action should not be empty when calling legacy-actions (#947817)</title>
<updated>2013-04-03T13:56:05+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2013-04-03T13:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=148b75753d124d5d02e37549df66536e0cb4e05c'/>
<id>148b75753d124d5d02e37549df66536e0cb4e05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
