<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.daedalian.us &#187; unix</title>
	<atom:link href="http://blog.daedalian.us/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.daedalian.us</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 05:11:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting dirvish to work properly from cron.</title>
		<link>http://blog.daedalian.us/2009/07/15/getting-dirvish-to-work-properly-from-cron/</link>
		<comments>http://blog.daedalian.us/2009/07/15/getting-dirvish-to-work-properly-from-cron/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:08:24 +0000</pubDate>
		<dc:creator>jjh</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.daedalian.us/?p=54</guid>
		<description><![CDATA[In order to get dirvish-runall to work properly from cron, I had to add Dirvish: /usr/local/sbin/dirvish to the dirvish master.conf file. This is because in dirvish-runall the default is to just run dirvish. The offending line in dirvish-runall is: $$Config{Dirvish} &#8230; <a href="http://blog.daedalian.us/2009/07/15/getting-dirvish-to-work-properly-from-cron/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In order to get <a href="http://www.dirvish.org/">dirvish-runall</a> to work properly from cron, I had to add</p>
<pre>Dirvish: /usr/local/sbin/dirvish</pre>
<p>to the dirvish master.conf file.  This is because in dirvish-runall the default is to just run dirvish.  The offending line in dirvish-runall is:</p>
<pre>$$Config{Dirvish} ||= 'dirvish';</pre>
<p>The other option would be to set up a proper environment in my crontab.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.daedalian.us/2009/07/15/getting-dirvish-to-work-properly-from-cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

