<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/sh/rc-mount.sh, branch github/refactor</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2015-12-21T18:16:06Z</updated>
<entry>
<title>Convert OpenRC to a centralized copyright/license structure</title>
<updated>2015-12-21T18:16:06Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-04T22:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=000503fad72e4eb2ef956a24df358be84b2a9493'/>
<id>urn:sha1:000503fad72e4eb2ef956a24df358be84b2a9493</id>
<content type='text'>
In the past, OpenRC was a hybrid of a centralized and file-scope
license/copyright structure.

I followed the instructions from the Software Freedom Law Center [1] to
convert to a Centralized structure where possible, for easier future
maintenance.

[1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
</content>
</entry>
<entry>
<title>remove type command</title>
<updated>2013-12-02T08:08:40Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-02T01:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=60d288a877a3671ea5b3483ed7c4612ec897b99a'/>
<id>urn:sha1:60d288a877a3671ea5b3483ed7c4612ec897b99a</id>
<content type='text'>
The posix equivalent of the type command is "command -v", so now we use
that. Thanks to Jonathan Callen &lt;jcallen@gentoo.org&gt; for informing me
wrt the fix.
</content>
</entry>
<entry>
<title>Make fuser command time out</title>
<updated>2013-03-12T17:57:44Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-02-16T18:53:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=67944412247173c65b14e7eaeb20b961241e1bd5'/>
<id>urn:sha1:67944412247173c65b14e7eaeb20b961241e1bd5</id>
<content type='text'>
This avoids situations in which fuser hangs because of open files on
remote file systems when the remote system goes down.
I have also passed this bug on to the maintainers of psmisc since it
should really be fixed in fuser.
This is based on a patch submitted by evermind@tuxfamily.org

Reported-by: evermind@tuxfamily.org
X-Gentoo-Bug: 455458
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=455458
</content>
</entry>
<entry>
<title>make shell math operations style more succulent</title>
<updated>2011-11-19T07:25:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-11T02:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140'/>
<id>urn:sha1:ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140</id>
<content type='text'>
Convert the style:
	var=$((${var} + 1))
to:
	: $(( var += 1 ))

The latter is easier to read imo.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>drop useless "All rights reserved" notice</title>
<updated>2011-06-29T23:46:31Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-29T23:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d0bc4f20adfe4392639ddda6721850fdc74ea123'/>
<id>urn:sha1:d0bc4f20adfe4392639ddda6721850fdc74ea123</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>correction for unmounting volumes with weird characters, thanks Brant</title>
<updated>2010-10-29T01:35:09Z</updated>
<author>
<name>Jory A. Pratt</name>
<email>anarchy@gentoo.org</email>
</author>
<published>2010-10-29T01:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=060b19e3e3afdd9af511d295ea944eb55dfec70b'/>
<id>urn:sha1:060b19e3e3afdd9af511d295ea944eb55dfec70b</id>
<content type='text'>
Gurganus &lt;brant@gurganus.name&gt;
</content>
</entry>
<entry>
<title>Send SIGKILL after 2 failed SIGTERM when unmounting.</title>
<updated>2010-03-16T21:34:48Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2010-03-16T21:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=4b333eaf366b6168fbe3e0e2cbf05022499c79aa'/>
<id>urn:sha1:4b333eaf366b6168fbe3e0e2cbf05022499c79aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (c) to Copyright</title>
<updated>2009-05-01T14:11:40Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-01T14:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=658a22063820b6f3ebbae13e54bd98df529a6eef'/>
<id>urn:sha1:658a22063820b6f3ebbae13e54bd98df529a6eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using needless {} in vars</title>
<updated>2009-04-26T21:13:26Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-04-26T21:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=2b866f264fa2ea9cda891018234414c4f4942eb8'/>
<id>urn:sha1:2b866f264fa2ea9cda891018234414c4f4942eb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move romount to mount-ro and use the umount -r option as it's more reliable for / --bind mounts, Gentoo #239922. Thanks to Duncan.</title>
<updated>2008-11-04T11:30:15Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-11-04T11:30:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=42e6a95b1d691b2fcdb49cd57f8ae94acbe27a2c'/>
<id>urn:sha1:42e6a95b1d691b2fcdb49cd57f8ae94acbe27a2c</id>
<content type='text'>
</content>
</entry>
</feed>
