<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/service, branch 9.80</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>use proper shebang</title>
<updated>2018-05-17T12:42:21+00:00</updated>
<author>
<name>Matteo Croce</name>
<email>mcroce@redhat.com</email>
</author>
<published>2018-04-09T21:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fd269fff7f638b40372fb1cecbf2b74fcb2d079a'/>
<id>fd269fff7f638b40372fb1cecbf2b74fcb2d079a</id>
<content type='text'>
$" is a BASH extension to translate text.
Replace the shebang with /bin/bash to avoid parsing errors,
as even BASH has a POSIX compliant mode when run as sh.

Signed-off-by: Matteo Croce &lt;mcroce@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$" is a BASH extension to translate text.
Replace the shebang with /bin/bash to avoid parsing errors,
as even BASH has a POSIX compliant mode when run as sh.

Signed-off-by: Matteo Croce &lt;mcroce@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use grep -E instead of deprecated egrep</title>
<updated>2017-10-30T16:05:44+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-10-23T20:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=969d3e5b1e905e1d0f989fe51ea64873c17355d7'/>
<id>969d3e5b1e905e1d0f989fe51ea64873c17355d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid some unnecessary stat calls</title>
<updated>2017-10-30T16:05:05+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-10-23T20:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9170aa51fd4e8336cc34db3a1aa29989a024b50c'/>
<id>9170aa51fd4e8336cc34db3a1aa29989a024b50c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
