<?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: Tutorial &#8211; Adding uShare to Linux Home Server for Xbox 360 Sharing</title>
	<atom:link href="http://technologycrowd.com/2009/10/05/tutorial-adding-ushare-to-linux-home-server-for-xbox-360-sharing/feed/" rel="self" type="application/rss+xml" />
	<link>http://technologycrowd.com/2009/10/05/tutorial-adding-ushare-to-linux-home-server-for-xbox-360-sharing/</link>
	<description>Technology Reviews and Tutorials</description>
	<lastBuildDate>Sun, 18 Apr 2010 06:14:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenneth</title>
		<link>http://technologycrowd.com/2009/10/05/tutorial-adding-ushare-to-linux-home-server-for-xbox-360-sharing/comment-page-1/#comment-10</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Sun, 18 Oct 2009 15:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://technologycrowd.com/?p=17#comment-10</guid>
		<description>Love the blog!  Thanks!  I</description>
		<content:encoded><![CDATA[<p>Love the blog!  Thanks!  I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geronimo</title>
		<link>http://technologycrowd.com/2009/10/05/tutorial-adding-ushare-to-linux-home-server-for-xbox-360-sharing/comment-page-1/#comment-6</link>
		<dc:creator>geronimo</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://technologycrowd.com/?p=17#comment-6</guid>
		<description>fwiw ...

from /etc/init.d/ daemon..

CONFIGFILE=/etc/ushare.conf

check_shares() {
  if [ -r &quot;$CONFIGFILE&quot; ]; then
    . $CONFIGFILE
    [ -n &quot;$USHARE_DIR&quot; ] &amp;&amp; return 0
  fi
  return 1
}

you see the &#039;.&#039; in the line &#039;    . $CONFIGFILE&#039; that means the daemon looks at the default config file for your customizations... that is if you tell that config to use xbox it will.  hand editing the start/stop daemons is not recommended</description>
		<content:encoded><![CDATA[<p>fwiw &#8230;</p>
<p>from /etc/init.d/ daemon..</p>
<p>CONFIGFILE=/etc/ushare.conf</p>
<p>check_shares() {<br />
  if [ -r "$CONFIGFILE" ]; then<br />
    . $CONFIGFILE<br />
    [ -n "$USHARE_DIR" ] &amp;&amp; return 0<br />
  fi<br />
  return 1<br />
}</p>
<p>you see the &#8216;.&#8217; in the line &#8216;    . $CONFIGFILE&#8217; that means the daemon looks at the default config file for your customizations&#8230; that is if you tell that config to use xbox it will.  hand editing the start/stop daemons is not recommended</p>
]]></content:encoded>
	</item>
</channel>
</rss>
