<?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: rsync daemon init script</title>
	<atom:link href="http://www.raskas.be/blog/2007/12/21/rsync-daemon-init-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raskas.be/blog/2007/12/21/rsync-daemon-init-script/</link>
	<description>Everything is possible... You only have to find out how.</description>
	<lastBuildDate>Fri, 16 Mar 2012 14:22:11 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doug Barry</title>
		<link>http://www.raskas.be/blog/2007/12/21/rsync-daemon-init-script/comment-page-1/#comment-33213</link>
		<dc:creator>Doug Barry</dc:creator>
		<pubDate>Tue, 05 Aug 2008 13:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.raskas.be/blog/2007/12/21/rsync-daemon-init-script/#comment-33213</guid>
		<description>I think its worth pointing out that killproc is (on most systems) not installed as a seperate executable, but rather a part of the Bourne Again SHell. Therefore the top line should be:
#! /bin/bash
In order for the script to be able to kill the process. Additionally when copied and pasted, this article has backquotes around the ...Shutting down... echo, which of course throw a wobbly when output, so be sure to change them to normal quotes (&quot;).
Other than that, this script quickly solved my problems, and chkconfig and rsync are now living happily ever after.

Thanks,</description>
		<content:encoded><![CDATA[<p>I think its worth pointing out that killproc is (on most systems) not installed as a seperate executable, but rather a part of the Bourne Again SHell. Therefore the top line should be:<br />
#! /bin/bash<br />
In order for the script to be able to kill the process. Additionally when copied and pasted, this article has backquotes around the &#8230;Shutting down&#8230; echo, which of course throw a wobbly when output, so be sure to change them to normal quotes (&#8221;).<br />
Other than that, this script quickly solved my problems, and chkconfig and rsync are now living happily ever after.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
