<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/src, 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>usleep: change the error message to print the full replacement commandline</title>
<updated>2017-09-25T12:56:02+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-09-21T16:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fc9eb02ecb6e2b435f01b682e3b72011db1c1ba6'/>
<id>fc9eb02ecb6e2b435f01b682e3b72011db1c1ba6</id>
<content type='text'>
Also drop the argv[0] as previx — the message already includes the
name of the program.

$ src/usleep 1
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1e-06" instead...
$ src/usleep 10
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1e-05" instead...
$ src/usleep 20
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 2e-05" instead...
$ src/usleep 100
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0001" instead...
$ src/usleep 200
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0002" instead...
$ src/usleep 300
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0003" instead...
$ src/usleep 400
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0004" instead...
$ src/usleep 1000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.001" instead...
$ src/usleep 10000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.01" instead...
$ src/usleep 100000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.1" instead...
$ src/usleep 1000000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1" instead...
$ src/usleep 10000000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 10" instead...

For very small and very large values, printf uses scientific notation,
but that seems nicer than using %.f which would always leave trailing
zeroes. sleep accepts scientific notation, so things should still work.

https://bugzilla.redhat.com/show_bug.cgi?id=1494168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also drop the argv[0] as previx — the message already includes the
name of the program.

$ src/usleep 1
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1e-06" instead...
$ src/usleep 10
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1e-05" instead...
$ src/usleep 20
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 2e-05" instead...
$ src/usleep 100
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0001" instead...
$ src/usleep 200
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0002" instead...
$ src/usleep 300
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0003" instead...
$ src/usleep 400
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0004" instead...
$ src/usleep 1000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.001" instead...
$ src/usleep 10000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.01" instead...
$ src/usleep 100000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.1" instead...
$ src/usleep 1000000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1" instead...
$ src/usleep 10000000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 10" instead...

For very small and very large values, printf uses scientific notation,
but that seems nicer than using %.f which would always leave trailing
zeroes. sleep accepts scientific notation, so things should still work.

https://bugzilla.redhat.com/show_bug.cgi?id=1494168
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace /var/run with /run everywhere</title>
<updated>2017-08-03T11:47:59+00:00</updated>
<author>
<name>Zbigniew JÄdrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-08-02T13:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bf00a00483cfa675ea665d6a0dd40d5629bc928a'/>
<id>bf00a00483cfa675ea665d6a0dd40d5629bc928a</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1471489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1471489
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device.c: rewrite of isCfg() function</title>
<updated>2017-05-25T15:50:55+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-25T12:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2090d09b90b46c87794e432ea68b7b252403aa9b'/>
<id>2090d09b90b46c87794e432ea68b7b252403aa9b</id>
<content type='text'>
  * .orig &amp; .old now recognized as config files
  * code cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * .orig &amp; .old now recognized as config files
  * code cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>usleep.1: Deprecation warning added into man page</title>
<updated>2017-05-25T12:10:20+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-25T11:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=4b0db77c17ce8c29709587bdcc88927a9d5ee651'/>
<id>4b0db77c17ce8c29709587bdcc88927a9d5ee651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>usleep: print deprecation warning from now on</title>
<updated>2017-05-24T08:44:41+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-23T15:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=51bad09acb05e0c8606af14fd5aa1374ce28d432'/>
<id>51bad09acb05e0c8606af14fd5aa1374ce28d432</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove ipcalc, it has its own package now</title>
<updated>2015-05-18T12:58:15+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-05-18T12:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=76201baf7a731c936e57369549dd537bfcd6a191'/>
<id>76201baf7a731c936e57369549dd537bfcd6a191</id>
<content type='text'>
new upstream:
https://github.com/nmav/ipcalc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new upstream:
https://github.com/nmav/ipcalc
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device: allow non-channel nics for s390x machines</title>
<updated>2015-05-04T10:05:53+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-05-04T10:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=6f860ee8e85cc154c224ba6351da8317c4ff2943'/>
<id>6f860ee8e85cc154c224ba6351da8317c4ff2943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_devices: comments need to have a blank before them</title>
<updated>2014-09-16T15:09:57+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-09-16T15:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=65901ce5f29f9ec45339c3474a360d9bbcee6bac'/>
<id>65901ce5f29f9ec45339c3474a360d9bbcee6bac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use pie and relro by default</title>
<updated>2014-09-09T12:34:21+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-07-24T14:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1c05070bbf19f7a90f9014285ebe70d9e80ddf3b'/>
<id>1c05070bbf19f7a90f9014285ebe70d9e80ddf3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipcalc: -c allow netmask</title>
<updated>2014-06-06T12:37:08+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-06-06T12:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=16a4e5460acce27012e49b4a9f33a278517c6cab'/>
<id>16a4e5460acce27012e49b4a9f33a278517c6cab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
