<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Run a command at boot with Gentoo</title>
	<atom:link href="http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=run-a-command-at-boot-with-gentoo</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:43:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Gabriel Dibble</title>
		<link>http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo/comment-page-1#comment-666</link>
		<dc:creator>Gabriel Dibble</dc:creator>
		<pubDate>Fri, 23 Sep 2011 23:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=536#comment-666</guid>
		<description>Thank you WorBlux :)

After searching Google for a bit resulting in 08-dated responses, yours was what I was looking for.

(My /etc/conf.d/local did not have anything to load at start or stop so once I removed the file the warning messages went away. I also noted and read the /etc/local.d/README which explains that new .start and .stop scripts are processed in lexical order.)

Your response here is appreciated!</description>
		<content:encoded><![CDATA[<p>Thank you WorBlux <img src='http://www.wiredrevolution.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>After searching Google for a bit resulting in 08-dated responses, yours was what I was looking for.</p>
<p>(My /etc/conf.d/local did not have anything to load at start or stop so once I removed the file the warning messages went away. I also noted and read the /etc/local.d/README which explains that new .start and .stop scripts are processed in lexical order.)</p>
<p>Your response here is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WorBlux</title>
		<link>http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo/comment-page-1#comment-602</link>
		<dc:creator>WorBlux</dc:creator>
		<pubDate>Fri, 20 May 2011 20:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=536#comment-602</guid>
		<description>The openRC /baselayout2 updgrade changed this.

From /etc/init.d/local


start()
{
	einfo &quot;Starting local&quot;

	local file
	for file in /etc/local.d/*.start ; do
		[ -x &quot;$file&quot; ] &amp;&amp; &quot;$file&quot;
	done

	if type local_start &gt;/dev/null 2&gt;&amp;1; then
		ewarn &quot;/etc/conf.d/local should be removed.&quot;
		ewarn &quot;Please move the code from the local_start function&quot;
		ewarn &quot;to scripts with an .start extension&quot;
		ewarn &quot;in /etc/local.d&quot;
		local_start
	fi

	return 0
}

meaning that /etc/local.d/ is the proper place to put scripts ending with .start that you want executed when the local level starts.</description>
		<content:encoded><![CDATA[<p>The openRC /baselayout2 updgrade changed this.</p>
<p>From /etc/init.d/local</p>
<p>start()<br />
{<br />
	einfo &#8220;Starting local&#8221;</p>
<p>	local file<br />
	for file in /etc/local.d/*.start ; do<br />
		[ -x "$file" ] &amp;&amp; &#8220;$file&#8221;<br />
	done</p>
<p>	if type local_start &gt;/dev/null 2&gt;&amp;1; then<br />
		ewarn &#8220;/etc/conf.d/local should be removed.&#8221;<br />
		ewarn &#8220;Please move the code from the local_start function&#8221;<br />
		ewarn &#8220;to scripts with an .start extension&#8221;<br />
		ewarn &#8220;in /etc/local.d&#8221;<br />
		local_start<br />
	fi</p>
<p>	return 0<br />
}</p>
<p>meaning that /etc/local.d/ is the proper place to put scripts ending with .start that you want executed when the local level starts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pranav</title>
		<link>http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo/comment-page-1#comment-497</link>
		<dc:creator>pranav</dc:creator>
		<pubDate>Thu, 17 Mar 2011 13:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=536#comment-497</guid>
		<description>Thanks a lot , I was struggling with wicd and all :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot , I was struggling with wicd and all <img src='http://www.wiredrevolution.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linux</title>
		<link>http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo/comment-page-1#comment-371</link>
		<dc:creator>linux</dc:creator>
		<pubDate>Sun, 21 Nov 2010 22:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=536#comment-371</guid>
		<description>thanks this helped</description>
		<content:encoded><![CDATA[<p>thanks this helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vmware Server2 shutdown guest when shutdown/reboot host on gentoo &#124; Takahisa's Weblog</title>
		<link>http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo/comment-page-1#comment-150</link>
		<dc:creator>Vmware Server2 shutdown guest when shutdown/reboot host on gentoo &#124; Takahisa's Weblog</dc:creator>
		<pubDate>Sat, 27 Dec 2008 09:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=536#comment-150</guid>
		<description>[...] : http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo Normally in Gentoo you would want to create an init script via rc-update to start a service at [...]</description>
		<content:encoded><![CDATA[<p>[...] : http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo Normally in Gentoo you would want to create an init script via rc-update to start a service at [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

