<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd"	>
<channel>
	<title>Comments on: atoi(getenv(&#8220;MYVAR&#8221;))</title>
	<atom:link href="http://squaregalaxy.com/tech/atoi-getenv-myvar-linux-init/feed/" rel="self" type="application/rss+xml" />
	<link>http://squaregalaxy.com/tech/atoi-getenv-myvar-linux-init/</link>
	<description>A blog by Jacob</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:44:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jacob</title>
		<link>http://squaregalaxy.com/tech/atoi-getenv-myvar-linux-init/comment-page-1/#comment-7508</link>
		<dc:creator>jacob</dc:creator>
		<pubDate>Thu, 29 May 2008 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://jacob.peargrove.com/tech/?p=88#comment-7508</guid>
		<description>I thought it might have been the getenv, but getenv(&quot;PATH&quot;) worked, and I verified that getenv(&quot;UNKNOWN&quot;) properly returned NULL.  So I think its the atoi(NULL) that is the problem.

It might not work at other runlevels as well, but I didn&#039;t test those.</description>
		<content:encoded><![CDATA[<p>I thought it might have been the getenv, but getenv(&#8220;PATH&#8221;) worked, and I verified that getenv(&#8220;UNKNOWN&#8221;) properly returned NULL.  So I think its the atoi(NULL) that is the problem.</p>
<p>It might not work at other runlevels as well, but I didn&#8217;t test those.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://squaregalaxy.com/tech/atoi-getenv-myvar-linux-init/comment-page-1/#comment-7507</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 29 May 2008 05:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://jacob.peargrove.com/tech/?p=88#comment-7507</guid>
		<description>That&#039;s pretty weird.  Is it only runlevel 2?  If that&#039;s the case it is probably an environment variable that depends on some higher-level initializations.  In which case if you really wanted to know what it depended on you could start fooling around with your initscripts in your VM.  You could probably narrow it down to a few suspicious ones and figure it out fairly quick.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty weird.  Is it only runlevel 2?  If that&#8217;s the case it is probably an environment variable that depends on some higher-level initializations.  In which case if you really wanted to know what it depended on you could start fooling around with your initscripts in your VM.  You could probably narrow it down to a few suspicious ones and figure it out fairly quick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
